diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-30 21:00:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-30 21:00:11 +0000 |
commit | ef97fdd20df9ca5fe30965741e4bef3e107503ee (patch) | |
tree | e7b2c07525650affc6b510253f952cd717d3ed03 /games/nethack-qt | |
parent | 60f4e77d8bc4c2852522b5f4a93fdad3301b20dd (diff) | |
download | FreeBSD-ports-ef97fdd20df9ca5fe30965741e4bef3e107503ee.zip FreeBSD-ports-ef97fdd20df9ca5fe30965741e4bef3e107503ee.tar.gz |
minor reorganization and portlint
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 86f5e23..0311fda 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -13,9 +13,7 @@ MASTER_SITES= http://trolls.troll.no/warwick/nethack/ \ ftp://ftp.troll.no/contrib/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack -QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz -QT_SOUND= nhs.tar.gz -DISTFILES= nethack-3.2.2.tar.gz ${QT_PATCH} ${QT_SOUND} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${QT_PATCH} ${QT_SOUND} MAINTAINER= ports@FreeBSD.org @@ -24,8 +22,11 @@ BUILD_DEPENDS= auplay:${PORTSDIR}/audio/nas \ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas -USE_QT= yes +QT_PATCH= qnethack-3.2.2.1.0.1.src.tar.gz +QT_SOUND= nhs.tar.gz EXTRACT_ONLY= nethack-3.2.2.tar.gz + +USE_QT= yes USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 |