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