1998-11-19 15:08:31 +00:00
|
|
|
# New ports collection makefile for: xchat
|
|
|
|
# Version required: 0.3.1
|
|
|
|
# Date created: 17 Nov 1998
|
|
|
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
1998-12-08 21:25:17 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/11/23 10:47:11 asami Exp $
|
1998-11-19 09:27:59 +00:00
|
|
|
#
|
|
|
|
|
1998-11-19 15:08:31 +00:00
|
|
|
DISTNAME= xchat-0.3.1
|
|
|
|
CATEGORIES= net
|
1998-12-08 21:25:17 +00:00
|
|
|
MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/old/
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1998-11-19 15:08:31 +00:00
|
|
|
MAINTAINER= jim@phrantic.phear.net
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1998-11-19 15:08:31 +00:00
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
1998-11-23 10:47:11 +00:00
|
|
|
gnomeui.0:${PORTSDIR}/x11/gnomelibs
|
1998-11-19 09:27:59 +00:00
|
|
|
|
1998-11-19 15:08:31 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config"
|
1998-11-19 09:27:59 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|