freebsd-ports/security/integrit/Makefile

32 lines
633 B
Makefile
Raw Normal View History

2001-07-16 06:01:44 +02:00
# 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.1
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= jos@catnook.com
COMMENT= A file integrity verification program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
ALL_TARGET= ${PORTNAME} utils
2005-12-04 11:58:19 +01:00
PLIST_FILES= bin/i-ls sbin/i-viewdb sbin/integrit
MAN1= i-ls.1 i-viewdb.1 integrit.1
INFO= integrit
2004-03-05 09:34:10 +01:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
2004-03-05 09:34:10 +01:00
.endif
.include <bsd.port.post.mk>