aboutsummaryrefslogtreecommitdiffstats
path: root/mail/isoqlog/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2002-07-21 00:39:49 +0800
committervanilla <vanilla@FreeBSD.org>2002-07-21 00:39:49 +0800
commitede66b8ab76252a174ecc31eea8ed499b61a45ea (patch)
tree6627534992d5ff45164106afe74cd4e8ddbbceff /mail/isoqlog/Makefile
parentf5b25a48e4594e0e0807e6e0151b0d99a74579bb (diff)
downloadfreebsd-ports-gnome-ede66b8ab76252a174ecc31eea8ed499b61a45ea.tar.gz
freebsd-ports-gnome-ede66b8ab76252a174ecc31eea8ed499b61a45ea.tar.zst
freebsd-ports-gnome-ede66b8ab76252a174ecc31eea8ed499b61a45ea.zip
Add isoqlog, it's an MTA log analysis program written in C.
PR: ports/40720 Submitted by: Omer Faruk Sen <roots@enderunix.org>
Diffstat (limited to 'mail/isoqlog/Makefile')
-rw-r--r--mail/isoqlog/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/isoqlog/Makefile b/mail/isoqlog/Makefile
new file mode 100644
index 000000000000..fa7a49de3b3e
--- /dev/null
+++ b/mail/isoqlog/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: isoqlog
+# Date created: 17 June 2002
+# Whom: Omer Faruk Sen <roots@enderunix.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= isoqlog
+PORTVERSION= 2.0
+CATEGORIES= mail
+MASTER_SITES= http://www.enderunix.org/isoqlog/ \
+ http://www.trunix.org/isogloq/ \
+ http://www.acikkod.org/softwares/
+
+MAINTAINER= roots@enderunix.org
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+post-install:
+ @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
+
+.include <bsd.port.mk>