openbsd-ports/security/integrit/Makefile
2007-09-15 23:29:57 +00:00

38 lines
916 B
Makefile

# $OpenBSD: Makefile,v 1.7 2007/09/15 23:29:58 merdely Exp $
COMMENT= file integrity checker
VERSION= 3.02.00
DISTNAME= integrit-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= security
HOMEPAGE= http://integrit.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=integrit/} \
http://www.noserose.net/e/integrit/download/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}/${DISTNAME:R}
CONFIGURE_STYLE= gnu
ALL_TARGET= integrit utils
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/integrit
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/integrit
cd ${WRKSRC}/examples && ${INSTALL_DATA} README crontab install_db \
integrit_check viewreport ${PREFIX}/share/doc/integrit
cd ${WRKSRC}/examples && ${INSTALL_DATA} *.conf \
${PREFIX}/share/examples/integrit
.include <bsd.port.mk>