diff options
author | adam <adam@pkgsrc.org> | 2005-09-07 13:58:16 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-07 13:58:16 +0000 |
commit | 93a0b3e938bccf8f4aeb617a1b545c581a26bd68 (patch) | |
tree | 7ee402997fe5c59a9269be28e831781a6d75c432 /chat/gale/Makefile | |
parent | 51654f2925f854937cab34a9e5d9a1ddbf7645d4 (diff) | |
download | pkgsrc-93a0b3e938bccf8f4aeb617a1b545c581a26bd68.tar.gz |
Changes 0.99f:
* gdomain now has a -K flag
* gsend has the -b flag
* the default gsubrc doesn't escape '+' characters
* the time format of the default gsubrc is adjustable
* sundry WQP bugfixes
* bug fix to stop gsub from dropping messages
* MacOSX compatibility fixes
* gkinfo has a -y flag
* much more verbose diagnostics when things go wrong with keys
* partial fix to the galed spum problem (not a real fix though)
* don't be as verbose about "replaced .. with __" messages
* more mostly unrelated liboop fixes
Diffstat (limited to 'chat/gale/Makefile')
-rw-r--r-- | chat/gale/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/chat/gale/Makefile b/chat/gale/Makefile index 0d8e15ed308..11e0cf58f57 100644 --- a/chat/gale/Makefile +++ b/chat/gale/Makefile @@ -1,26 +1,26 @@ -# $NetBSD: Makefile,v 1.25 2005/08/19 18:12:36 jlam Exp $ -# +# $NetBSD: Makefile,v 1.26 2005/09/07 13:58:16 adam Exp $ -DISTNAME= gale-0.99a -PKGREVISION= 5 +DISTNAME= gale-0.99fruit +PKGNAME= gale-0.99f CATEGORIES= chat -MASTER_SITES= http://download.gale.org/ +MASTER_SITES= http://download.ofb.net/gale/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gale.org/ COMMENT= Secure instant messaging system -USE_PKGINSTALL= YES -USE_GNU_READLINE= # needs rl_named_function() -USE_LIBTOOL= YES +USE_PKGINSTALL= yes +USE_GNU_READLINE= yes # needs rl_named_function() +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/liboopltconfig - -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= PROG_GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS+= -I${BUILDLINK_PREFIX.rsaref}/include/rsaref CPPFLAGS+= -I${BUILDLINK_PREFIX.libwww}/include/w3c-libwww +CPPFLAGS+= -I${BUILDLINK_PREFIX.tcl}/include/tcl PKG_SYSCONFSUBDIR?= gale EGDIR= ${PREFIX}/share/examples/${PKGBASE} @@ -47,8 +47,8 @@ post-install: .include "../../devel/boehm-gc/buildlink3.mk" .include "../../devel/glib/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" +.include "../../lang/tcl/buildlink3.mk" .include "../../net/adns/buildlink3.mk" .include "../../security/rsaref/buildlink3.mk" .include "../../www/libwww/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |