mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2e8aa4fa16
PR: 96377 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Approved by: maintainer timeout (16 days)
33 lines
689 B
Makefile
33 lines
689 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: integrit
|
|
# Date created: Dec 30, 2000
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= integrit
|
|
PORTVERSION= 4.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jos@catnook.com
|
|
COMMENT= A file integrity verification program
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME} utils
|
|
|
|
PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit
|
|
MAN1= i-ls.1 i-viewdb.1 integrit.1
|
|
INFO= integrit
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on sparc64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|