diff options
author | itojun <itojun@pkgsrc.org> | 2002-09-04 00:14:57 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-09-04 00:14:57 +0000 |
commit | 5cfac69d00af0be9bdeff893bf32c0fcba005e61 (patch) | |
tree | 505ae9c027544fc21218240833a2552ee1211a13 /mail/cue/Makefile | |
parent | 9ac7e1093e2091471b0caef6daf99fc929a6ee3d (diff) | |
download | pkgsrc-5cfac69d00af0be9bdeff893bf32c0fcba005e61.tar.gz |
upgrade to 20020826 snapshot. repaint logic updates. "make USE_IDEA=yes"
will enable IDEA support.
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r-- | mail/cue/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 65f1baa3e66..8935a295996 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2002/08/21 02:43:45 grant Exp $ +# $NetBSD: Makefile,v 1.14 2002/09/04 00:14:57 itojun Exp $ -DISTNAME= cue-snap-20010917 -PKGNAME= cue-20010917 -PKGREVISION= 1 +DISTNAME= cue-snap-20020826 +PKGNAME= cue-20020826 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/ @@ -13,7 +12,7 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" -BUILD_DEFS+= USE_INET6 +BUILD_DEFS+= USE_INET6 USE_IDEA .if defined(USE_INET6) && ${USE_INET6} == "YES" CONFIGURE_ARGS+= --enable-ipv6 @@ -24,6 +23,9 @@ CONFIGURE_ARGS+= --disable-ipv6 # require Canna, for now, cue assumes Japanese encoding anyways CONFIGURE_ARGS+= --with-canna=${BUILDLINK_DIR} CONFIGURE_ARGS+= --with-openssl=${SSLBASE} +.if defined(USE_IDEA) +CONFIGURE_ARGS+= --enable-idea +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin |