1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/dgd-net/Makefile
Marcelo Araujo 72f820041c - Mark as unbroken.
- Fix installation.
2009-03-12 19:07:23 +00:00

39 lines
999 B
Makefile

# New ports collection makefile for: dgd-net
# Date created: 17 June 1996
# Whom: adam
#
# $FreeBSD$
#
PORTNAME= dgd-net
PORTVERSION= 1.2
CATEGORIES= net lang
MASTER_SITES= http://ftp.dworkin.nl/dgd/archive/
DISTNAME= ${PORTNAME:S/-net//g}-${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org
COMMENT= Dworkin's Generic Driver + extra networking support + regexps
NO_CDROM= no distribution to corporate environment
RESTRICTED= license required for commercial use
DIST_SUBDIR= dgd
WRKSRC= ${WRKDIR}/dgd/src
ALL_TARGET= install
pre-patch:
@${LN} -s dgd ${WRKDIR}/dgd+net
@${MKDIR} ${WRKDIR}/dgd/bin
post-build:
@${MV} ${WRKDIR}/dgd/bin/driver ${WRKDIR}/dgd/bin/driver.net
@${MV} ${WRKDIR}/dgd/doc/Introduction ${WRKDIR}/dgd/doc/Introduction.NET
@${MV} ${WRKDIR}/dgd/doc/kfun/send_message ${WRKDIR}/dgd/doc/kfun/send_message.NET
@${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/*
do-install:
@${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
| ${TAR} -C ${PREFIX} -xpf -
.include <bsd.port.mk>