diff options
author | vanilla <vanilla@FreeBSD.org> | 2002-07-21 00:39:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2002-07-21 00:39:49 +0800 |
commit | ede66b8ab76252a174ecc31eea8ed499b61a45ea (patch) | |
tree | 6627534992d5ff45164106afe74cd4e8ddbbceff /mail/isoqlog/Makefile | |
parent | f5b25a48e4594e0e0807e6e0151b0d99a74579bb (diff) | |
download | freebsd-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/Makefile | 23 |
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> |