diff options
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 |