diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-11-09 08:14:46 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-11-09 08:14:46 +0000 |
commit | 9895b69b7e37b3f248bd1ef33a4286fe896250e3 (patch) | |
tree | 117b85e7c715a140d7af21bf06a1097edc928807 /games/nethack34-qt/Makefile | |
parent | 5465b2e9edab3a33ce9216ef8c60bca820e22e5b (diff) | |
download | ports-9895b69b7e37b3f248bd1ef33a4286fe896250e3.tar.gz ports-9895b69b7e37b3f248bd1ef33a4286fe896250e3.zip |
Notes
Diffstat (limited to 'games/nethack34-qt/Makefile')
-rw-r--r-- | games/nethack34-qt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index 2f272641eb87..a503ce308799 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1997/07/12 16:53:38 max Exp $ +# $Id: Makefile,v 1.8 1997/10/04 14:53:07 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -13,12 +13,13 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \ http://www.uq.edu.au/~cswallis/nhqt/ \ http://student.uq.edu.au/~s002434/ \ ${MASTER_SITE_GNU} -QT_PATCH= nhqt0.9.tar.gz -QT_SOUND= nhs.tar.gz -DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} MAINTAINER= andreas@FreeBSD.ORG +QT_PATCH= nhqt0.9.tar.gz +QT_SOUND= nhs.tar.gz +PATCHFILES= ${QT_PATCH} ${QT_SOUND} + BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt \ |