36 lines
860 B
Makefile
36 lines
860 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/20 17:22:43 espie Exp $
|
|
|
|
COMMENT= file integrity checker
|
|
|
|
DISTNAME= integrit-4.1
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/integrit/
|
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=integrit/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
ALL_TARGET= integrit utils
|
|
|
|
USE_GROFF = Yes
|
|
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>
|