openbsd-ports/security/portscanner/Makefile

32 lines
794 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2007/09/15 23:30:00 merdely 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
2006-07-11 11:28:24 -04:00
MASTER_SITES= ${MASTER_SITE_PACKETSTORM:=UNIX/scanners/}
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>