From 43ab6e6f036dc79493fea001de2594c60b6a7fc7 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Thu, 19 Nov 1998 15:08:31 +0000 Subject: Upgrade to 0.3.1. If you want to depend with library, use LIB_DEPENDS, not RUN_DEPENDS. --- irc/xchat/Makefile | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'irc/xchat/Makefile') diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 74ff0e4b846f..bab8f5bda179 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,21 +1,23 @@ -# New ports collection makefile for: xchat -# Version required: 0.2.5 -# Date created: 17 Nov 1998 -# Whom: Jim Mock +# New ports collection makefile for: xchat +# Version required: 0.3.1 +# Date created: 17 Nov 1998 +# Whom: Jim Mock # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/19 09:27:59 flathill Exp $ # -DISTNAME= xchat-0.2.5 -CATEGORIES= net x11 -MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ -EXTRACT_SUFX= .tgz +DISTNAME= xchat-0.3.1 +CATEGORIES= net +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ -MAINTAINER= jim@phrantic.phear.net +MAINTAINER= jim@phrantic.phear.net -BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ + gnomeui.0:${PORSDIR}/x11/gnomelibs -do-build: - @(cd ${WRKSRC}; make) +USE_GMAKE= yes +USE_PERL5= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config" .include -- cgit v1.2.3