aboutsummaryrefslogtreecommitdiffstats
path: root/mail/isoqlog/Makefile
blob: 926fa832518909850be4c55ddb12080235a7780f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   isoqlog
# Date created:                 17 June 2002
# Whom:             ofsen@enderunix.org
#
# $FreeBSD$
#

PORTNAME=   isoqlog
PORTVERSION=    2.2
CATEGORIES= mail
MASTER_SITES=   http://www.enderunix.org/isoqlog/ \
        http://www.trunix.org/projeler/isoqlog/ \
        http://www.acikkod.org/softwares/

MAINTAINER= ofsen@enderunix.org
COMMENT=    A qmail, postfix, sendmail, exim MTA log analysis program

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE=  yes

post-install:
    @${CAT} ${PKGMESSAGE} | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g'

.include <bsd.port.mk>