a4c4ca8198
-- netsed is a small utility designed to allow you to alter the contents of packets forwarded through your network in real time. WWW: http://lcamtuf.coredump.cx/ This rocks, BTW; bought time I brought this in.
32 lines
652 B
Makefile
32 lines
652 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/11 08:48:42 jsyn Exp $
|
|
|
|
COMMENT= "network sed"
|
|
|
|
DISTNAME= netsed
|
|
PKGNAME= ${DISTNAME}-0.01c
|
|
CATEGORIES= net
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://lcamtuf.coredump.cx/
|
|
|
|
MAINTAINER= Jason Peel <jsyn@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://lcamtuf.coredump.cx/soft/
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/netsed ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netsed
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netsed
|
|
|
|
.include <bsd.port.mk>
|