freebsd-ports/security/lxnb/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

23 lines
471 B
Makefile

# New ports collection makefile for: lxnb
# Date created: 04 March 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lxnb
PORTVERSION= 0.4
CATEGORIES= security
# mastersite disappeared in December 2001
MASTER_SITES= # http://ns2.crw.se/~tm/projects/lxnb/
DISTFILES= linux-netbus-client-v${PORTVERSION}.tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= NetBus client
PLIST_FILES= bin/lxnb
pre-build:
rm -f ${WRKSRC}/lxnetbus
.include <bsd.port.mk>