mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
285b5520e9
- Reset maintainer due to multiple long response timeouts. PR: 139867 Submitted by: Bartosz Stec <admin@kkip.pl> Patch by: arved
37 lines
759 B
Makefile
37 lines
759 B
Makefile
# 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>
|