summaryrefslogtreecommitdiff
path: root/mail/cucipop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/cucipop/Makefile')
-rw-r--r--mail/cucipop/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile
new file mode 100644
index 00000000000..9c40eb7abd1
--- /dev/null
+++ b/mail/cucipop/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 1998/07/21 11:39:54 agc Exp $
+#
+
+DISTNAME= cucipop-1.31
+CATEGORIES= mail
+MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/
+
+MAINTAINER= packages@netbsd.org
+
+LICENSE= shareware
+
+post-patch:
+ @(cd ${WRKSRC}; \
+ for f in config.h cucipop.8 makevpopdb.8; do \
+ ${SED} -e 's|@prefix@|${PREFIX}|g' $$f > $$f.fixed && \
+ ${MV} $$f.fixed $$f; \
+ done)
+
+.include "../../mk/bsd.pkg.mk"