diff options
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index a503ce308799..bd75b149e5ff 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -3,22 +3,21 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1997/10/04 14:53:07 andreas Exp $ +# $Id: Makefile,v 1.9 1997/11/09 08:14:44 jkh Exp $ # DISTNAME= nethack-3.2.2 -PKGNAME= nethack-3.2.2-qt +PKGNAME= nethack-qt-3.2.2 CATEGORIES= games x11 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} - -MAINTAINER= andreas@FreeBSD.ORG - QT_PATCH= nhqt0.9.tar.gz QT_SOUND= nhs.tar.gz -PATCHFILES= ${QT_PATCH} ${QT_SOUND} +DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} + +MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ xpmtoppm:${PORTSDIR}/graphics/netpbm |