30 lines
500 B
Makefile
Executable File
30 lines
500 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.2 2008/05/08 22:44:13 espie Exp $
|
|
|
|
COMMENT= HTTP testing tool
|
|
|
|
DISTNAME= wbox-4
|
|
CATEGORIES= net www
|
|
|
|
HOMEPAGE= http://www.hping.org/wbox/
|
|
|
|
MAINTAINER= Laurent Fanis <laurent@humppa.nl>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
WRKDIST= ${WRKDIR}/wbox
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKDIST}/wbox ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|