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-05-29 04:42:44 +00:00
|
|
|
# $Id: Makefile,v 1.14 1999/03/15 18:30:05 nectar Exp $
|
1998-07-07 20:36:01 +00:00
|
|
|
#
|
|
|
|
|
1999-05-29 04:42:44 +00:00
|
|
|
DISTNAME= yagirc-0.66.1
|
1998-07-07 20:36:01 +00:00
|
|
|
CATEGORIES= net
|
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-05-29 04:42:44 +00:00
|
|
|
LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \
|
|
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
1999-01-05 08:09:17 +00:00
|
|
|
esd.1:${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>
|