summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-04-08 23:02:08 +0000
committerjoerg <joerg@pkgsrc.org>2009-04-08 23:02:08 +0000
commit2bdd76fc31595eca49e991187295f342957cf553 (patch)
treee3b1113d31004e39c8a7362dfb90830abd87b11f /games
parent28475e750158c67e3fabfc113a2eedbb1ec3c1c5 (diff)
downloadpkgsrc-2bdd76fc31595eca49e991187295f342957cf553.tar.gz
Use META_PACKAGE.
Diffstat (limited to 'games')
-rw-r--r--games/nethack/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index 3fd3a0e2b9b..6a52d57a564 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/Makefile
@@ -1,18 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2008/07/14 12:56:04 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2009/04/08 23:02:27 joerg Exp $
-# Needed so configure/patch rules don't get pulled in
-NO_BUILD= yes
-NO_CONFIGURE= yes
-
-PKG_DESTDIR_SUPPORT= user-destdir
+META_PACKAGE= # empty
.include "../../games/nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
PKGREVISION= 3
CATEGORIES+= x11
-MASTER_SITES= # empty
-DISTFILES= # empty
COMMENT= Meta-package for NetHack with x11, qt and tty versions
@@ -20,11 +14,4 @@ DEPENDS+= nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
DEPENDS+= nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
DEPENDS+= nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
-do-patch: # empty
-
.include "../../mk/bsd.pkg.mk"