2004-10-28 13:51:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2004/10/28 11:51:04 wiz Exp $
|
2003-04-25 00:14:36 +02:00
|
|
|
|
|
|
|
# Needed so configure/patch rules don't get pulled in
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_CONFIGURE= yes
|
1998-08-29 14:55:17 +02:00
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
.include "../nethack-lib/Makefile.common"
|
|
|
|
|
|
|
|
DISTNAME= nethack-all-${NETHACK_VERSION}
|
|
|
|
CATEGORIES+= x11
|
1998-08-29 14:55:17 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2001-02-16 16:10:41 +01:00
|
|
|
COMMENT= Meta-package for NetHack with x11, qt and tty versions
|
|
|
|
|
2000-08-10 19:50:04 +02:00
|
|
|
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
|
1998-08-29 14:55:17 +02:00
|
|
|
|
1999-04-26 20:38:28 +02:00
|
|
|
USE_X11= yes
|
1998-08-29 14:55:17 +02:00
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
2003-04-25 00:14:36 +02:00
|
|
|
do-patch: # empty
|
1998-08-29 14:55:17 +02:00
|
|
|
|
1999-09-28 22:40:02 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|