blob: c3d253ee0f2fa34f1e8a5e7c1baaab5d64c40ae7 (
plain)
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
26
27
28
29
30
31
32
33
34
35
36
|
# New ports collection makefile for: isoqlog
# Date created: 17 June 2002
# Whom: ofsen@enderunix.org
#
# $FreeBSD$
#
PORTNAME= isoqlog
PORTVERSION= 2.2.1
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.enderunix.org/isoqlog/ \
http://www.trunix.org/projeler/isoqlog/ \
http://www.acikkod.org/softwares/
MAINTAINER= ports@FreeBSD.org
COMMENT= A qmail, postfix, sendmail, exim MTA log analysis program
GNU_CONFIGURE= yes
USE_GMAKE= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.ifdef NOPORTDOCS
post-patch:
@${REINPLACE_CMD} -e '/install-data-am:/s/install-${PORTNAME}_docDATA//' \
-e '/SUBDIRS = /s/tr//' \
${WRKSRC}/Makefile.in
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
|