1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/security/saint/Makefile
Dennis Herrmann 730fbe4f30 - Chase nmap update
- Bump PORTREVSION

Approved by:	miwi  (mentor)
2009-04-13 09:56:33 +00:00

40 lines
1.0 KiB
Makefile

# New ports collection makefile for: SAINT
# Date created: 27 Jan 2000
# Whom: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
#
# $FreeBSD$
#
PORTNAME= saint
PORTVERSION= 3.5.8
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://147.102.222.211/pub/security/scanners/saint/
MAINTAINER= ports@FreeBSD.org
COMMENT= Security Administrator's Integrated Network Tool
BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap
.if defined(WITH_SAMBA)
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
.endif
USE_PERL5= yes
MANCOMPRESSED= no
MAN1= saint.1
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"
INSTALL_TARGET= all
.include <bsd.port.pre.mk>
do-install:
@${MKDIR} ${PREFIX}/saint
${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf -
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
post-install:
@${RM} -rf ${PREFIX}/saint/include/ASM-i386
.include <bsd.port.post.mk>