diff options
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile new file mode 100644 index 000000000000..74ff0e4b846f --- /dev/null +++ b/irc/xchat2/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xchat +# Version required: 0.2.5 +# Date created: 17 Nov 1998 +# Whom: Jim Mock <jim@phrantic.phear.net> +# +# $Id$ +# + +DISTNAME= xchat-0.2.5 +CATEGORIES= net x11 +MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jim@phrantic.phear.net + +BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk + +do-build: + @(cd ${WRKSRC}; make) + +.include <bsd.port.mk> |