1998-07-07 20:36:01 +00:00
|
|
|
# New ports collection makefile for: yagirc
|
1999-05-29 04:42:44 +00:00
|
|
|
# Version required: 0.66.1
|
1998-07-07 20:36:01 +00:00
|
|
|
# Date created: 6 July 1998
|
|
|
|
# Whom: mph
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
1998-07-07 20:36:01 +00:00
|
|
|
#
|
|
|
|
|
1999-05-29 04:42:44 +00:00
|
|
|
DISTNAME= yagirc-0.66.1
|
1999-06-28 02:24:57 +00:00
|
|
|
CATEGORIES= irc
|
1998-08-04 00:52:21 +00:00
|
|
|
MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
|
1998-07-07 20:36:01 +00:00
|
|
|
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
|
1999-10-08 03:30:33 +00:00
|
|
|
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \
|
1999-05-29 04:42:44 +00:00
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-10-08 02:41:23 +00:00
|
|
|
esd.2:${PORTSDIR}/audio/esound
|
1998-08-24 07:13:53 +00:00
|
|
|
|
1999-05-29 04:42:44 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-11-10 00:03:17 +00:00
|
|
|
|
1998-07-07 20:36:01 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
1999-05-29 04:42:44 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --disable-gnome --disable-pthread
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-07-07 20:36:01 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|