summaryrefslogtreecommitdiff
path: root/sysutils/safecat/Makefile
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-12-27 11:06:43 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-12-27 11:06:43 +0000
commitadfb495a5b0778920b33c989c8431f94baba33de (patch)
treee7df18e9c183c949fa3a194c8fba54bf49224967 /sysutils/safecat/Makefile
parentCorrect libsmpeg version number. (diff)
safecat is an implementation of D. J. Bernstein's maildir algorithm.
It can be used to write mail messages to a qmail-style maildir, or to write data to a "spool" directory reliably.
Notes
Notes: svn path=/head/; revision=36401
Diffstat (limited to 'sysutils/safecat/Makefile')
-rw-r--r--sysutils/safecat/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile
new file mode 100644
index 000000000000..11d9d9be7c95
--- /dev/null
+++ b/sysutils/safecat/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: safecat
+# Date created: 27 November 2000
+# Whom: roam@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= safecat
+PORTVERSION= 1.4
+CATEGORIES= sysutils mail
+MASTER_SITES= http://www.nb.net/~lbudney/linux/software/safecat/
+
+MAINTAINER= roam@FreeBSD.org
+
+MAN1= safecat.1 maildir.1
+
+do-configure:
+ ${PERL} -pi.fbsd -e "s,/usr/local,${PREFIX}," ${WRKSRC}/conf-root
+ ${PERL} -pi.fbsd -e "s,cc -O2,${CC} ${CFLAGS}," ${WRKSRC}/conf-cc
+ ${PERL} -pi.fbsd -e "s,cc -s,${CC} ${CFLAGS} ${STRIP}," ${WRKSRC}/conf-ld
+
+ALL_TARGET= it
+INSTALL_TARGET= setup check
+
+.include <bsd.port.mk>