pkgsrc/games/nethack/Makefile

28 lines
646 B
Makefile
Raw Normal View History

2004-10-28 13:51:04 +02:00
# $NetBSD: Makefile,v 1.15 2004/10/28 11:51:04 wiz Exp $
# Needed so configure/patch rules don't get pulled in
NO_BUILD= yes
NO_CONFIGURE= yes
.include "../nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
CATEGORIES+= x11
MASTER_SITES= # empty
DISTFILES= # empty
COMMENT= Meta-package for NetHack with x11, qt and tty versions
DEPENDS+= nethack-tty-${NETHACK_VERSION}:../nethack-tty
DEPENDS+= nethack-x11-${NETHACK_VERSION}:../nethack-x11
2004-10-28 13:51:04 +02:00
DEPENDS+= nethack-qt-${NETHACK_VERSION}nb2:../nethack-qt
1999-04-26 20:38:28 +02:00
USE_X11= yes
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes
do-install: # empty
do-patch: # empty
.include "../../mk/bsd.pkg.mk"