2000-01-29 22:33:19 +00:00
|
|
|
# New ports collection makefile for: SAINT
|
|
|
|
# Date created: 27 Jan 2000
|
|
|
|
# Whom: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= saint
|
2000-09-30 15:14:26 +00:00
|
|
|
PORTVERSION= 3.0
|
2000-01-29 22:33:19 +00:00
|
|
|
CATEGORIES= security
|
2000-05-07 21:24:37 +00:00
|
|
|
MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \
|
2000-09-30 15:14:26 +00:00
|
|
|
http://www.wwdsi.com/saint/downloads/
|
2000-01-29 22:33:19 +00:00
|
|
|
|
2000-06-28 12:38:06 +00:00
|
|
|
MAINTAINER= cj@vallcom.net
|
2000-01-29 22:33:19 +00:00
|
|
|
|
2000-09-30 15:14:26 +00:00
|
|
|
BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
2000-05-07 21:24:37 +00:00
|
|
|
|
2000-01-29 22:33:19 +00:00
|
|
|
USE_PERL5= yes
|
2000-09-30 15:14:26 +00:00
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN1= saint.1
|
|
|
|
WRKSRC= ${WRKDIR}/saint-3.0
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen"
|
2000-01-29 22:33:19 +00:00
|
|
|
INSTALL_TARGET= all
|
|
|
|
|
|
|
|
pre-install:
|
2000-04-20 00:53:43 +00:00
|
|
|
${MKDIR} ${PREFIX}/saint
|
2000-09-30 15:14:26 +00:00
|
|
|
${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile --exclude Makefile.in --exclude old --exclude config --exclude config.cache --exclude config.log --exclude config.status --exclude configure --exclude configure.in --exclude install-sh --exclude saint.1 | \
|
2000-04-20 00:53:43 +00:00
|
|
|
${TAR} --directory ${PREFIX}/saint -xf -
|
2000-09-30 15:14:26 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
do-install:
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/saint.1 ${PREFIX}/man/man1
|
|
|
|
.endif
|
2000-01-29 22:33:19 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|