diff options
author | mrg <mrg@pkgsrc.org> | 2001-07-07 20:54:52 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2001-07-07 20:54:52 +0000 |
commit | 4158b4784d3dedef549e59bb3abdc3f17a208ac3 (patch) | |
tree | 5df37b375fe05af626806611201676d40d2115f5 /chat/ircII/Makefile | |
parent | 632b55b717950cc2a7c2b24910fd175d158802f1 (diff) | |
download | pkgsrc-4158b4784d3dedef549e59bb3abdc3f17a208ac3.tar.gz |
update to ircII 20010612. mostly a bug fix release, though with these
new features:
- japanese support
- ignored(), notify(), screens() & windows() functions
- listidle script
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index 3aa50d505ca..2c2ac1eecbf 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2001/06/12 20:33:01 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/07 20:54:52 mrg Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # -DISTNAME= ircii-20001231 -PKGNAME= ircII-20001231 -WRKSRC= ${WRKDIR}/ircii-20001231 +DISTNAME= ircii-20010612 +PKGNAME= ircII-20010612 +WRKSRC= ${WRKDIR}/ircii-20010612 CATEGORIES= chat MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/ EXTRACT_SUFX= .tar.bz2 @@ -43,6 +43,13 @@ DEPENDS+= socks5-1.0.2:../../net/socks5 LIBS= -lnsl .endif +.if defined(IRCII_CONFIGURE_ARGS) +CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS} +.endif +.if defined(IRCII_CONFIGURE_ENV) +CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV} +.endif + pre-install: @(if [ "X${MANZ}" != X"" ]; then \ GZSUFFIX=.gz; \ |