blob: 8b67c9592d594d3543a7b6d793ff2601cac5f053 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: yagirc
# Version required: 0.66.1
# Date created: 6 July 1998
# Whom: mph
#
# $Id: Makefile,v 1.15 1999/05/29 04:42:25 steve Exp $
#
DISTNAME= yagirc-0.66.1
CATEGORIES= irc
MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
MAINTAINER= mph@freebsd.org
LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \
Xpm.4:${PORTSDIR}/graphics/xpm \
esd.1:${PORTSDIR}/audio/esound
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
USE_PERL5= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-gnome --disable-pthread
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
|