aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrit/Makefile
blob: 094dfb4120f11343b646692fa63921154f201789 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
# $FreeBSD$

PORTNAME=   integrit
PORTVERSION=    4.1
CATEGORIES= security
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    File integrity verification program

GNU_CONFIGURE=  yes
ALL_TARGET= ${PORTNAME} utils

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
INFO=       integrit

BROKEN_sparc64= Does not compile on sparc64

post-patch:
    @${REINPLACE_CMD} -E 's,[\({](infodir|MANDIR)[\)}],(DESTDIR)$$&,' \
        ${WRKSRC}/doc/Makefile.in
    @${REINPLACE_CMD} -E 's,(BIN|SBIN)DIR),DESTDIR)$$(&,' \
        ${WRKSRC}/Makefile.in \
        ${WRKSRC}/utils/Makefile.in
    @${ECHO_CMD} ".PHONY: utils" >> ${WRKSRC}/Makefile.in

.include <bsd.port.mk>