mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7200e547c2
PR: 21130 Submitted by: MAINTAINER
32 lines
760 B
Makefile
32 lines
760 B
Makefile
# New ports collection makefile for: SAINT
|
|
# Date created: 27 Jan 2000
|
|
# Whom: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= saint
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.wwdsi.com/pub/saint/ \
|
|
http://www.wwdsi.com/saint/downloads/
|
|
|
|
MAINTAINER= cj@vallcom.net
|
|
|
|
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
|
|
|
|
USE_PERL5= yes
|
|
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>
|