1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/net/dgd/Makefile

30 lines
685 B
Makefile
Raw Normal View History

# New ports collection makefile for: dgd
# Date created: 23 August 1994
# Whom: adam@veda.is
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= dgd
PORTVERSION= 1.2p3
CATEGORIES= net lang
MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/dgd|} \
ftp://ftp.dworkin.nl/pub/dgd/ \
ftp://ftp.imaginary.com/pub/LPC/servers/DGD/
MAINTAINER= glewis@FreeBSD.org
2003-02-27 18:52:21 +00:00
COMMENT= Dworkin's Generic Driver (network server)
NO_CDROM= "no distribution to corporate environment"
RESTRICTED= "license required for commercial use"
DIST_SUBDIR= dgd
WRKSRC= ${WRKDIR}/dgd/src
ALL_TARGET= install
do-install:
@${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
| ${TAR} -C ${PREFIX} -xpf -
.include <bsd.port.mk>