freebsd-ports/net/dgd-lpmud/Makefile

31 lines
769 B
Makefile
Raw Normal View History

1994-11-24 05:57:18 +01:00
# New ports collection makefile for: dgd-lpmud
# Version required: 2.4.5
# Date created: 10 November 1994
# Whom: adam
#
# $Id: Makefile,v 1.4 1995/04/16 15:37:10 ache Exp $
1995-04-15 07:42:12 +02:00
#
1994-11-24 05:57:18 +01:00
DISTNAME= dgd-lpmud
1995-04-15 07:42:12 +02:00
PKGNAME= dgd-lpmud-2.4.5
CATEGORIES+= networking development games
1995-04-15 07:42:12 +02:00
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/lpmud/drivers/dgd/ \
1994-11-24 05:57:18 +01:00
ftp://ftp.lysator.liu.se/pub/lpmud/mudlibs/other/
1995-04-15 07:42:12 +02:00
DISTFILES= sim-2.4.5.tar.gz 2.4.5.tar.gz
1994-11-24 05:57:18 +01:00
RUN_DEPENDS= ${PREFIX}/dgd/bin/driver:${PORTSDIR}/net/dgd
1994-11-24 05:57:18 +01:00
1995-04-15 07:42:12 +02:00
NO_WRKSUBDIR=
1994-11-24 05:57:18 +01:00
PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
-p ${PREFIX}/dgd
# -r ${PKGDIR}/REQ
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 05:57:18 +01:00
.include <bsd.port.mk>