diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 23:02:08 +0000 |
commit | 2bdd76fc31595eca49e991187295f342957cf553 (patch) | |
tree | e3b1113d31004e39c8a7362dfb90830abd87b11f /games/nethack | |
parent | 28475e750158c67e3fabfc113a2eedbb1ec3c1c5 (diff) | |
download | pkgsrc-2bdd76fc31595eca49e991187295f342957cf553.tar.gz |
Use META_PACKAGE.
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 17 |
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" |