openbsd-ports/security/portscanner/Makefile

32 lines
791 B
Makefile
Raw Normal View History

2004-12-27 08:28:33 -05:00
# $OpenBSD: Makefile,v 1.13 2004/12/27 13:28:35 alek 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
MASTER_SITES= http://www.ameth.org/~veilleux/PortScan/
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
2004-12-27 08:28:33 -05:00
WANTLIB= c
2000-03-23 00:15:35 -05:00
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>