1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/yafic/Makefile

32 lines
674 B
Makefile
Raw Normal View History

# New ports collection makefile for: yafic
# Date created: 20 August 2001
# Whom: asaddi@philosophysw.com
#
# $FreeBSD$
#
PORTNAME= yafic
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= allan@saddi.com
2003-02-21 13:28:59 +00:00
COMMENT= Yet Another File Integrity Checker, similar to Tripwire
GNU_CONFIGURE= yes
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}
@${SED} -e "s%@@PREFIX@@%${PREFIX}%g" ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.mk>