summaryrefslogtreecommitdiff
path: root/security/saint/Makefile
blob: ba739a0d1bed092d6f019b113dbdb126ad93573f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	SAINT
# Date created:		27 Jan 2000
# Whom:			Carl Johan Madestrand <calle.madestrand@norrgarden.se>
#
# $FreeBSD$
#

PORTNAME=	saint
PORTVERSION=	2.1
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.wwdsi.com/pub/saint/			\
		http://www.wwdsi.com/saint/downloads/		\
		ftp://ukug.uk.freebsd.org/pub/lord_cj/

MAINTAINER=	calle.madestrand@norrgarden.se

RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap

USE_PERL5=	yes
WRKSRC=		${WRKDIR}/saint-2.1
MAKE_ENV=	XFLAGS="DAUTH_GID_T=int -DSYS_ERRLIST_DECLARED -DFDSETSIZE=2048"
ALL_TARGET=	freebsd
INSTALL_TARGET=	all

pre-configure:
		@ cd ${WRKSRC}; ${SETENV} ${PERL5} ${WRKSRC}/reconfig

pre-install:
		${MKDIR} ${PREFIX}/saint
		${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile | \
			${TAR} --directory ${PREFIX}/saint -xf -

.include <bsd.port.mk>