pkgsrc/audio/juke/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

38 lines
998 B
Makefile

# $NetBSD: Makefile,v 1.4 2003/09/28 09:13:55 jlam Exp $
#
DISTNAME= juke-0.7
PKGREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://johan.nocrew.org/nav10/unix/juke/archive/
MAINTAINER= mob@bicekru.org
HOMEPAGE= http://johan.nocrew.org/nav10/unix/juke/
COMMENT= Simple ncurses based jukebox
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
# halfdelay()
INCOMPAT_CURSES= NetBSD-1.[45]*-* NetBSD-1.6[-_.]* NetBSD-1.6[A-L]-*
EGDIR= ${PREFIX}/share/examples/juke
CONF_FILES= ${EGDIR}/juke.conf.default ${PKG_SYSCONFDIR}/juke.conf
post-configure:
@cd ${WRKSRC} && \
for f in MANUAL doc/juke.1 src/conf.c; do \
${MV} $$f $$f.orig; \
${SED} ${FILES_SUBST_SED} $$f.orig > $$f; \
done
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/juke
${INSTALL_DATA} ${WRKSRC}/juke.conf ${EGDIR}/juke.conf.default
${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/juke/
.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"