openbsd-ports/net/nmap/Makefile

27 lines
518 B
Makefile
Raw Normal View History

2000-05-29 17:39:27 -04:00
# $OpenBSD: Makefile,v 1.23 2000/05/29 21:39:27 angelos Exp $
1999-01-11 00:37:23 -05:00
2000-05-29 17:39:27 -04:00
DISTNAME= nmap-2.53
PKGNAME= nmap-2.53
2000-04-02 00:55:56 -05:00
CATEGORIES= net security
2000-03-25 01:12:15 -05:00
NEED_VERSION= 1.234
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
2000-03-25 01:12:15 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-03-25 01:12:15 -05:00
FAKE= Yes
HAS_CONFIGURE= Yes
2000-05-29 17:39:27 -04:00
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' \
--no-recursion
1999-01-11 00:37:23 -05:00
post-extract:
1999-12-07 00:32:00 -05:00
@rm -rf ${WRKSRC}/libpcap*
1999-01-11 00:37:23 -05:00
.include <bsd.port.mk>