diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 17:29:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 17:29:54 +0800 |
commit | c9c363277753c3a8342169bba57facb9e97dcb95 (patch) | |
tree | 13cc0c507b9906e35fcec6c44a485f761ccc968e /games/nethack33-qt | |
parent | ae4e9ee0179b6fd3da6ec917ca57f7af2832cfd0 (diff) | |
download | freebsd-ports-gnome-c9c363277753c3a8342169bba57facb9e97dcb95.tar.gz freebsd-ports-gnome-c9c363277753c3a8342169bba57facb9e97dcb95.tar.zst freebsd-ports-gnome-c9c363277753c3a8342169bba57facb9e97dcb95.zip |
Back out previous commit. Jordan, please test before committing. :<
(You can't just redefine some of the DISTFILES with PATCHFILES, they
are different things....)
While I'm here, make the PKGNAME conform to the standard
("nethack-3.2.2-qt" -> "nethack-qt-3.2.2").
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 |