summaryrefslogtreecommitdiff
path: root/mail/cue/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-04-10 00:24:46 +0000
committeritojun <itojun@pkgsrc.org>2001-04-10 00:24:46 +0000
commit9d4bb52e26b3d36632363744e08c8d1582eddb99 (patch)
treeac81b38f7b5820e5cdd116aac3d0c825c8c4c96c /mail/cue/Makefile
parent0d48e61384674cdeeb9cd683019afae93f5b1038 (diff)
downloadpkgsrc-9d4bb52e26b3d36632363744e08c8d1582eddb99.tar.gz
cue - a lightweight email reader
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r--mail/cue/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile
new file mode 100644
index 00000000000..185c63949b0
--- /dev/null
+++ b/mail/cue/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $
+
+DISTNAME= cue-snap-20010410
+PKGNAME= cue-20010410
+CATEGORIES= mail
+MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/
+
+MAINTAINER= packages@netbsd.org
+COMMENT= mh-e like mail user agent
+
+.include "../../mk/bsd.prefs.mk"
+BUILD_DEFS+= USE_INET6
+
+GNU_CONFIGURE= yes
+USE_SSL= yes
+.if exists(/usr/include/openssl/rsa.h)
+CONFIGURE_ARGS+=--with-openssl=/usr
+.else
+CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
+.endif
+.if ${USE_INET6} == "YES"
+CONFIGURE_ARGS+=--enable-ipv6
+.else
+CONFIGURE_ARGS+=--disable-ipv6
+.endif
+.if defined(USE_CANNA)
+CONFIGURE_ARGS+=--with-canna=${LOCALBASE}
+.endif
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"