openbsd-ports/security/lxnb/Makefile

27 lines
476 B
Makefile
Raw Normal View History

2000-02-10 17:08:25 -05:00
# Makefile for: lxnb
# Version required: 0.4
# Date created: 10 Feb 2000
# Whom: dugsong@monkey.org
#
2000-02-10 19:37:15 -05:00
# $OpenBSD: Makefile,v 1.2 2000/02/11 00:37:36 espie Exp $
2000-02-10 17:08:25 -05:00
PKGNAME= lxnb-0.4
CATEGORIES= security
MAINTAINER= dugsong@monkey.org
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
DISTNAME= linux-netbus-client-v0.4
EXTRACT_SUFX= .tgz
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
2000-02-10 17:08:25 -05:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/${PKGNAME}
2000-02-10 17:08:25 -05:00
NO_CONFIGURE= yes
pre-build:
rm -f ${WRKSRC}/lxnetbus
.include <bsd.port.mk>