openbsd-ports/net/nmap/Makefile

23 lines
416 B
Makefile
Raw Normal View History

1999-09-20 17:26:00 -04:00
# $OpenBSD: Makefile,v 1.12 1999/09/20 21:26:00 brad Exp $
1999-01-11 00:37:23 -05:00
1999-09-20 17:26:00 -04:00
DISTNAME= nmap-2.3BETA6
PKGNAME= nmap-2.3b6
1999-04-18 16:25:28 -04:00
CATEGORIES= net
MASTER_SITES= http://www.insecure.org/nmap/dist/ \
ftp://relay.nuxi.com/pub/misc/
EXTRACT_SUFX= .tgz
1999-01-11 00:37:23 -05:00
1999-09-06 21:29:50 -04:00
NEED_VERSION= 1.114
1999-04-18 16:25:28 -04:00
MAINTAINER= angelos@openbsd.org
1999-01-11 00:37:23 -05:00
1999-04-18 16:25:28 -04:00
GNU_CONFIGURE= yes
1999-01-11 00:37:23 -05:00
post-extract:
@${RM} -rf ${WRKSRC}/libpcap*
post-install:
1999-09-06 21:29:50 -04:00
@${STRIP} ${PREFIX}/bin/nmap
1999-01-11 00:37:23 -05:00
.include <bsd.port.mk>