768c589c29
of the shlib major bump. PKGREVISION++ for the dependencies.
27 lines
690 B
Makefile
27 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/01/24 07:32:09 wiz Exp $
|
|
|
|
# Needed so configure/patch rules don't get pulled in
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
.include "../../games/nethack-lib/Makefile.common"
|
|
|
|
DISTNAME= nethack-all-${NETHACK_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES+= x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
COMMENT= Meta-package for NetHack with x11, qt and tty versions
|
|
|
|
DEPENDS+= nethack-tty-${NETHACK_VERSION}nb1:../../games/nethack-tty
|
|
DEPENDS+= nethack-x11-${NETHACK_VERSION}nb1:../../games/nethack-x11
|
|
DEPENDS+= nethack-qt-${NETHACK_VERSION}nb3:../../games/nethack-qt
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
|
|
do-install: # empty
|
|
do-patch: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|