1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/dgd-lpmud/Makefile

39 lines
933 B
Makefile
Raw Normal View History

1994-11-24 04:57:18 +00:00
# New ports collection makefile for: dgd-lpmud
# Version required: 2.4.5
# Date created: 10 November 1994
# Whom: adam
#
1996-03-19 14:45:55 +00:00
# $Id: Makefile,v 1.8 1996/02/29 08:50:30 asami Exp $
1995-04-15 05:42:12 +00:00
#
1994-11-24 04:57:18 +00:00
DISTNAME= dgd-lpmud
1995-04-15 05:42:12 +00:00
PKGNAME= dgd-lpmud-2.4.5
1995-11-26 12:21:42 +00:00
CATEGORIES+= net devel games
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
1994-11-24 04:57:18 +00:00
ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/
1995-04-15 05:42:12 +00:00
DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz
1996-02-29 08:50:30 +00:00
PATCH_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/
PATCHFILES= sim-diffs
1994-11-24 04:57:18 +00:00
1996-03-19 14:45:55 +00:00
MAINTAINER= adam@veda.is
RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd
1994-11-24 04:57:18 +00:00
1995-04-15 05:42:12 +00:00
NO_WRKSUBDIR=
1994-11-24 04:57:18 +00:00
PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
-p ${PREFIX}/dgd
# -r ${PKGDIR}/REQ
pre-patch:
@cd ${WRKDIR}; patch -s <2.4.5/diffs; mv 2.4.5/dgd .
do-build:
@cd ${WRKDIR}/bin; make
do-install:
@tar -C ${WRKDIR} -cf - `grep '^[a-z]' pkg/PLIST` \
| tar -C ${PREFIX}/dgd -xpf -
1994-11-24 04:57:18 +00:00
.include <bsd.port.mk>