2017-09-26 16:21:10 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2017/09/26 16:21:10 dcoppa Exp $
|
2002-11-17 00:15:19 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= file integrity checker
|
2002-11-17 00:15:19 +00:00
|
|
|
|
2009-05-25 18:50:28 +00:00
|
|
|
DISTNAME= integrit-4.1
|
2017-09-26 16:21:10 +00:00
|
|
|
REVISION= 2
|
2002-11-17 00:15:19 +00:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2009-05-25 18:50:28 +00:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/integrit/
|
2002-11-17 00:15:19 +00:00
|
|
|
|
2009-05-25 18:50:28 +00:00
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
2002-11-17 00:15:19 +00:00
|
|
|
|
2009-05-25 18:50:28 +00:00
|
|
|
# GPLv2
|
2002-11-17 00:15:19 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2017-09-23 10:23:48 +00:00
|
|
|
WANTLIB += c
|
|
|
|
|
2009-05-25 18:50:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=integrit/}
|
2002-11-17 00:15:19 +00:00
|
|
|
|
2017-09-26 16:21:10 +00:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.59
|
2002-11-17 00:15:19 +00:00
|
|
|
|
|
|
|
ALL_TARGET= integrit utils
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-11-17 00:15:19 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/integrit
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/integrit
|
2009-05-25 18:50:28 +00:00
|
|
|
@cd ${WRKSRC}/examples && ${INSTALL_DATA} README crontab install_db \
|
2002-11-17 00:15:19 +00:00
|
|
|
integrit_check viewreport ${PREFIX}/share/doc/integrit
|
2009-05-25 18:50:28 +00:00
|
|
|
@cd ${WRKSRC}/examples && ${INSTALL_DATA} *.conf \
|
2002-11-17 00:15:19 +00:00
|
|
|
${PREFIX}/share/examples/integrit
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|