2001-09-03 18:30:56 +00:00
|
|
|
# New ports collection makefile for: yafic
|
|
|
|
# Date created: 20 August 2001
|
|
|
|
# Whom: asaddi@philosophysw.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yafic
|
2003-04-07 04:49:22 +00:00
|
|
|
PORTVERSION= 1.1
|
2001-09-03 18:30:56 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2002-10-23 14:38:35 +00:00
|
|
|
MAINTAINER= allan@saddi.com
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Yet Another File Integrity Checker, similar to Tripwire
|
2001-09-03 18:30:56 +00:00
|
|
|
|
2002-10-23 14:38:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-03 18:30:56 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-static"
|
|
|
|
|
|
|
|
MAN1= yafic.1
|
|
|
|
MAN5= yafic.conf.5
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/yafic
|
|
|
|
@${CP} ${FILESDIR}/yafic.conf.sample ${PREFIX}/share/examples/yafic
|
|
|
|
@${ECHO}
|
2002-10-23 14:38:35 +00:00
|
|
|
@${SED} -e "s%@@PREFIX@@%${PREFIX}%g" ${PKGMESSAGE}
|
2001-09-03 18:30:56 +00:00
|
|
|
@${ECHO}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|