blob: 1b1b0b08914cb77aebdf8e531185ec8c2c5ebee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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= kris@FreeBSD.org
COMMENT= NetBus client
pre-build:
rm -f ${WRKSRC}/lxnetbus
.include <bsd.port.mk>
|