openbsd-ports/net/nmap/Makefile

20 lines
359 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 1999/12/14 01:11:28 angelos Exp $
1999-01-11 00:37:23 -05:00
DISTNAME= nmap-2.3BETA10
PKGNAME= nmap-2.3b10
1999-04-18 16:25:28 -04:00
CATEGORIES= net
MASTER_SITES= http://www.insecure.org/nmap/dist/
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:
1999-12-07 00:32:00 -05:00
@rm -rf ${WRKSRC}/libpcap*
post-install:
1999-12-07 00:32:00 -05:00
@strip ${PREFIX}/bin/nmap
1999-01-11 00:37:23 -05:00
.include <bsd.port.mk>