openbsd-ports/security/portscanner/Makefile

34 lines
842 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2002/01/15 00:34:19 brad Exp $
1999-03-12 12:04:26 -05:00
# $FreeBSD: Makefile,v 1.5 1999/01/26 22:19:07 billf Exp $
COMMENT= "simple and easy to use TCP port scanner"
DISTNAME= PortScanner-1.2
PKGNAME= ${DISTNAME:L}
1999-03-12 16:37:30 -05:00
CATEGORIES= security
NEED_VERSION= 1.500
MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/
1999-03-12 12:04:26 -05:00
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-12 12:04:26 -05:00
PERMIT_PACKAGE_CDROM= Yes
2000-03-23 00:15:35 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-23 00:15:35 -05:00
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
NO_REGRESS= Yes
1999-03-12 12:04:26 -05:00
do-build:
${CC} ${CFLAGS} -Wall ${WRKSRC}/portscanner.c \
-o ${WRKBUILD}/portscanner
@sed -e s#portscan#portscanner#g ${WRKSRC}/portscan.1 > \
${WRKBUILD}/portscanner.1
1999-03-12 12:04:26 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/portscanner ${PREFIX}/bin
${INSTALL_DATA} ${WRKBUILD}/portscanner.1 ${PREFIX}/man/man1
1999-03-12 12:04:26 -05:00
.include <bsd.port.mk>