summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authormellon <mellon@pkgsrc.org>1998-02-13 02:26:03 +0000
committermellon <mellon@pkgsrc.org>1998-02-13 02:26:03 +0000
commit4ad146e058d47f104e9e797684e5552234b6d8cc (patch)
tree135b83f9769180af0e17367acf321476f2b717a1 /mail/qpopper
parentc9f5426bd03059d0b39105b664c68022202dd98c (diff)
downloadpkgsrc-4ad146e058d47f104e9e797684e5552234b6d8cc.tar.gz
Build popper package
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
new file mode 100644
index 00000000000..a895f703e3d
--- /dev/null
+++ b/mail/qpopper/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: qpopper
+# Version required: 2.41beta1
+# Date created: February 12, 1998
+# Whom: Ted Lemon <mellon@fugue.com>
+#
+# $NetBSD: Makefile,v 1.1 1998/02/13 02:26:03 mellon Exp $
+#
+
+DISTNAME= qpopper2.41beta1
+EXTRACT_SUFX= .tar.Z
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/qpopper
+MASTER_SITE_BACKUPS=
+
+MAINTAINER= mellon@fugue.com
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec --sysconfdir=${PREFIX}/etc \
+ --with-apop=/etc/apop.auth --with-apopuid=root
+
+# popper makefile doesn't have an install target...
+do-install:
+ (cd ${WRKSRC}; \
+ ${INSTALL} -o ${BINOWN} -c -g ${BINGRP} -m ${BINMODE} popper \
+ ${LOCALBASE}/libexec/qpopper; \
+ ${INSTALL} -o root -c -g ${BINGRP} -m 4755 popauth \
+ ${LOCALBASE}/bin/qpopauth; \
+ ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popper.8 \
+ ${LOCALBASE}/man/man8/qpopper.8; \
+ ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popauth.8 \
+ ${LOCALBASE}/man/man8/qpopauth.8; \
+ ${INSTALL} -o ${MANOWN} -c -g ${MANGRP} -m ${MANMODE} popper.0 \
+ ${LOCALBASE}/man/cat8/qpopper.0 )
+
+.include <bsd.port.mk>