pkgsrc/games/level9/Makefile
jlam a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00

28 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/09/28 09:13:57 jlam Exp $
#
DISTNAME= Level9_3.0_Source
PKGNAME= level9-3.0
WRKSRC= ${WRKDIR}/Unix
CATEGORIES= games
MASTER_SITES= http://www.ifarchive.org/if-archive/level9/interpreters/level9/
EXTRACT_SUFX= .zip
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.ifarchive.org/if-archive/level9/interpreters/level9/
COMMENT= Curses port of the Level 9 text adventure interpreter
USE_BUILDLINK2= yes
# uses halfkey (present since 1.6M), but still doesn't work
USE_NCURSES= yes
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/level9
${INSTALL_DATA} ${WRKDIR}/level9.txt ${PREFIX}/share/doc/level9
${INSTALL_PROGRAM} ${WRKSRC}/level9 ${PREFIX}/bin
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"