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>
|
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
|
|
|
|
2002-04-20 22:41:23 +02:00
|
|
|
MAINTAINER= jos@catnook.com
|
2003-02-20 20:41:12 +01:00
|
|
|
COMMENT= A file integrity verification program
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2006-05-13 05:28:58 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
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
|
|
|
|
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
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2004-03-05 09:34:10 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "sparc64"
|
2006-05-13 05:28:58 +02:00
|
|
|
BROKEN= Does not compile on sparc64
|
2004-03-05 09:34:10 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|