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
|
2001-12-11 07:02:54 +01:00
|
|
|
PORTVERSION= 2.03.02
|
2001-01-11 16:54:05 +01:00
|
|
|
CATEGORIES= security
|
2000-12-31 12:15:43 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-01-11 16:54:05 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/-beta/}
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2001-12-11 18:49:33 +01:00
|
|
|
MAINTAINER= josb@cncdsl.com
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2001-07-16 06:01:44 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
2000-12-31 12:15:43 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-07-16 06:01:44 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= ${PORTNAME} aux
|
2000-12-31 12:15:43 +01:00
|
|
|
|
2001-07-16 06:01:44 +02:00
|
|
|
MAN1= i-ls.1 i-viewdb.1 integrit.1
|
2000-12-31 12:15:43 +01:00
|
|
|
|
|
|
|
pre-configure:
|
2001-07-16 06:01:44 +02:00
|
|
|
@${PERL} -pi -e "s:= gcc:?= cc:g" ${WRKSRC}/Makefile.in
|
2001-12-11 07:02:54 +01:00
|
|
|
@${PERL} -pi -e "s:/usr/bin/test:/bin/test:g" ${WRKSRC}/hashtbl/configure
|
2000-12-31 12:15:43 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|