freebsd-ports/mail/isoqlog/Makefile
Stefan Walter 8914afa41e Mark as BROKEN on amd64: produces segmentation faults when run.
PR:		139867
Submitted by:	Bartosz Stec <admin@kkip.pl>
Approved by:	maintainer timeout (8 months)
Feature safe:	yes
2010-06-27 17:36:12 +00:00

39 lines
845 B
Makefile

# New ports collection makefile for: isoqlog
# Date created: 17 June 2002
# Whom: ofsen@enderunix.org
#
# $FreeBSD$
#
PORTNAME= isoqlog
PORTVERSION= 2.2.1
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
USE_GMAKE= yes
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= Segmentation faults on amd64 (see ports/139867 for details)
.endif
.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>