25 lines
583 B
Makefile
25 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/02/16 15:10:55 wiz Exp $
|
|
|
|
.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
|
|
DEPENDS+= nethack-qt-${NETHACK_VERSION}:../nethack-qt
|
|
|
|
USE_X11= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_PATCH= yes
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|