freebsd-ports/security/integrit/Makefile

31 lines
768 B
Makefile
Raw Normal View History

# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$
PORTNAME= integrit
PORTVERSION= 4.1
CATEGORIES= security
MASTER_SITES= SF
2014-07-08 23:05:36 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= File integrity verification program
2014-11-29 08:26:50 +01:00
USES= makeinfo
GNU_CONFIGURE= yes
ALL_TARGET= ${PORTNAME} utils
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
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>