openbsd-ports/net/nmap/Makefile

21 lines
392 B
Makefile
Raw Normal View History

1999-08-02 02:26:26 -04:00
# $OpenBSD: Makefile,v 1.8 1999/08/02 06:26:26 brad Exp $
1999-01-11 00:37:23 -05:00
1999-08-02 02:26:26 -04:00
DISTNAME= nmap-2.2-BETA4
PKGNAME= nmap-2.2b4
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-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:
@strip ${PREFIX}/bin/nmap
1999-01-11 00:37:23 -05:00
.include <bsd.port.mk>