2013-03-29 20:33:41 +01:00
|
|
|
# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
2000-12-31 12:15:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-11 16:54:05 +01:00
|
|
|
PORTNAME= integrit
|
2010-01-15 08:54:18 +01:00
|
|
|
PORTVERSION= 4.1
|
2001-01-11 16:54:05 +01:00
|
|
|
CATEGORIES= security
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2014-07-08 23:05:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-03-29 20:33:41 +01:00
|
|
|
COMMENT= File integrity verification program
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2014-11-29 08:26:50 +01:00
|
|
|
USES= makeinfo
|
2000-12-31 12:15:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-02-04 23:49:07 +01:00
|
|
|
ALL_TARGET= ${PORTNAME} utils
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2014-07-08 23:05:36 +02:00
|
|
|
PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit man/man1/i-ls.1.gz \
|
|
|
|
man/man1/i-viewdb.1.gz man/man1/integrit.1.gz
|
2005-12-04 11:58:19 +01:00
|
|
|
INFO= integrit
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2014-07-08 23:05:36 +02:00
|
|
|
BROKEN_sparc64= Does not compile on sparc64
|
2004-03-05 09:34:10 +01:00
|
|
|
|
2014-07-08 23:05:36 +02:00
|
|
|
post-patch:
|
2014-09-01 20:13:41 +02:00
|
|
|
@${REINPLACE_CMD} -E 's,[\({](infodir|MANDIR)[\)}],(DESTDIR)$$&,' \
|
2014-07-08 23:05:36 +02:00
|
|
|
${WRKSRC}/doc/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -E 's,(BIN|SBIN)DIR),DESTDIR)$$(&,' \
|
|
|
|
${WRKSRC}/Makefile.in \
|
|
|
|
${WRKSRC}/utils/Makefile.in
|
2014-09-01 20:13:41 +02:00
|
|
|
@${ECHO_CMD} ".PHONY: utils" >> ${WRKSRC}/Makefile.in
|
2004-03-05 09:34:10 +01:00
|
|
|
|
2014-07-08 23:05:36 +02:00
|
|
|
.include <bsd.port.mk>
|