mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
404 B
Makefile
21 lines
404 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
|
|
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
|
|
DISTFILES= linux-netbus-client-v${PORTVERSION}.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= NetBus client
|
|
|
|
pre-build:
|
|
rm -f ${WRKSRC}/lxnetbus
|
|
|
|
.include <bsd.port.mk>
|