mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
72f820041c
- Fix installation.
39 lines
999 B
Makefile
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>
|