aboutsummaryrefslogtreecommitdiffstats
path: root/security/lxnb/Makefile
blob: 8bdaa6ac139f36ba37f07afaefed62b7e9a5296b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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/
DISTNAME=   linux-netbus-client-v0.4
EXTRACT_SUFX=   .tgz

MAINTAINER= kris@FreeBSD.org

WRKSRC=     ${WRKDIR}/${PKGNAME}

pre-build:
    rm -f ${WRKSRC}/lxnetbus

.include <bsd.port.mk>