1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/zenmap/Makefile

33 lines
720 B
Makefile
Raw Normal View History

1999-02-17 11:43:23 +00:00
# ex:ts=8
# Ports collection makefile for: nmap
# Date created: Tue Aug 04, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= nmapfe
PORTVERSION= 0.9.5
1998-08-04 18:01:31 +00:00
CATEGORIES= security net
1999-09-10 18:49:15 +00:00
MASTER_SITES= http://codebox.net/download/ \
http://www.insecure.org/nmap/dist/
1998-12-15 11:18:32 +00:00
EXTRACT_SUFX= .tgz
2000-02-13 03:25:05 +00:00
MAINTAINER= obrien@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
.include <bsd.port.pre.mk>
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
1999-09-10 18:49:15 +00:00
WRKSRC:= ${WRKDIR}/nmapfe
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nmapfe ${PREFIX}/bin
cd ${PREFIX}/bin && ${LN} -f nmapfe xnmap
.include <bsd.port.post.mk>