openbsd-ports/security/bounix/Makefile
2022-03-11 19:53:16 +00:00

24 lines
377 B
Makefile

COMMENT= Back Orifice Unix client by the cDc
PKGNAME= bounix-1.21
DISTNAME= bo121unix
CATEGORIES= security
MASTER_SITES= http://orifice.rotten.com/cDc/ \
http://www.cultdeadcow.com/tools/
PERMIT_PACKAGE= Yes
WANTLIB= c
CONFIGURE_STYLE= gnu
WRKDIST= ${WRKDIR}/bo
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bounix ${PREFIX}/bin
.include <bsd.port.mk>