diff options
author | steve <steve@FreeBSD.org> | 1999-05-10 00:57:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-10 00:57:32 +0800 |
commit | d66694192cab32bb3ba1ac542ab96217a1cf5398 (patch) | |
tree | cef70f9b63f3a4b43921ec5a3fd26f920c90959d /irc/xchat2/Makefile | |
parent | 769ea35d8df01da00fe946b6a4e6be14659bbe20 (diff) | |
download | freebsd-ports-gnome-d66694192cab32bb3ba1ac542ab96217a1cf5398.tar.gz freebsd-ports-gnome-d66694192cab32bb3ba1ac542ab96217a1cf5398.tar.zst freebsd-ports-gnome-d66694192cab32bb3ba1ac542ab96217a1cf5398.zip |
Update to version 0.9.5.
PR: 11574
Submitted by: maintainer
Diffstat (limited to 'irc/xchat2/Makefile')
-rw-r--r-- | irc/xchat2/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index c6b60457de8e..ffd9c7e447bc 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 0.9.4 +# Version required: 0.9.5 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $ +# $Id: Makefile,v 1.9 1999/03/31 15:25:59 steve Exp $ # -DISTNAME= xchat-0.9.4 +DISTNAME= xchat-0.9.5 CATEGORIES= net MASTER_SITES= http://xchat.linuxpower.org/files/ \ http://www.ozemail.com.au/~peterzelezny/xchat/ \ @@ -20,9 +20,19 @@ USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gnome -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -post-install: - strip ${PREFIX}/bin/xchat +USE_X_PREFIX= yes + +post-install: + strip ${PREFIX}/bin/xchat +.if !defined(NOPORTDOCS) + @${ECHO} " " + @${ECHO} "--------------------------------------------------------" + @${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" + @${ECHO} "--------------------------------------------------------" + @${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat + ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat +.endif .include <bsd.port.mk> |