2002-07-20 16:39:49 +00:00
|
|
|
# New ports collection makefile for: isoqlog
|
|
|
|
# Date created: 17 June 2002
|
2003-10-19 14:08:33 +00:00
|
|
|
# Whom: ofsen@enderunix.org
|
2002-07-20 16:39:49 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= isoqlog
|
2003-10-19 14:08:33 +00:00
|
|
|
PORTVERSION= 2.1.1
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2002-07-20 16:39:49 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.enderunix.org/isoqlog/ \
|
2003-03-02 22:42:18 +00:00
|
|
|
http://www.trunix.org/projeler/isoqlog/ \
|
2002-07-20 16:39:49 +00:00
|
|
|
http://www.acikkod.org/softwares/
|
|
|
|
|
2003-10-19 14:08:33 +00:00
|
|
|
MAINTAINER= ofsen@enderunix.org
|
|
|
|
COMMENT= A qmail, postfix, sendmail, exim MTA log analysis program
|
2002-07-20 16:39:49 +00:00
|
|
|
|
2003-10-19 14:08:33 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-03-02 22:42:18 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-10-19 14:08:33 +00:00
|
|
|
USE_GMAKE= yes
|
2002-07-20 16:39:49 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|