mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
21 lines
419 B
Makefile
21 lines
419 B
Makefile
# Created by: darius@dons.net.au
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= boclient
|
|
PORTVERSION= 1.21
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.cultdeadcow.com/tools/
|
|
DISTNAME= bo121unix
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Client program for the Back Orifice Windows program
|
|
|
|
PLIST_FILES= bin/bounix
|
|
WRKSRC= ${WRKDIR}/bo
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bounix
|
|
|
|
.include <bsd.port.mk>
|