f1e7eab840
packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@
38 lines
916 B
Makefile
38 lines
916 B
Makefile
# $OpenBSD: Makefile,v 1.6 2005/08/17 16:10:04 espie 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>
|