summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authorjdc <jdc@pkgsrc.org>2003-06-09 19:01:12 +0000
committerjdc <jdc@pkgsrc.org>2003-06-09 19:01:12 +0000
commite01687b4d0a10b31c2227d07741be220256eb0bd (patch)
tree78509a7200caacb0a035178ebf43776268126c6f /audio/xmcd/Makefile
parent24f8195277ff42b27ef04d8b68621d9e70c6a07d (diff)
downloadpkgsrc-e01687b4d0a10b31c2227d07741be220256eb0bd.tar.gz
Make xmcd use native curses in 1.6T and forward by replacing calls to
putp(cursor_*) with curs_set(). Fixes lib/20030 by Thomas Klausner.
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 18d25537201..eb2dd176315 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2003/03/29 12:40:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.37 2003/06/09 19:01:12 jdc Exp $
DISTNAME= xmcd-3.0.2
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/xmcd-3.0
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/src/
@@ -15,13 +16,15 @@ PATCH_DIST_STRIP= -p1
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
-USE_NCURSES= # cursor_normal, cursor_invisible (in ncurses in term.h)
USE_IMAKE= yes
MAKE_ENV+= BATCH_BINDIR=${PREFIX}/bin
MAKE_ENV+= BATCH_LIBDIR=${PREFIX}/lib/X11
MAKE_ENV+= BATCH_MANDIR=${PREFIX}/man/man1
MAKE_ENV+= SHELL=${SH}
+INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-*
+INCOMPAT_CURSES+= NetBSD-1.6-* NetBSD-1.6.1-* NetBSD-1.6[A-S]-*
+
ARCHBIN= ${PREFIX}/lib/X11/xmcd/bin-${OPSYS}-${MACHINE_ARCH}
XMCDDIR= ${PREFIX}/lib/X11/xmcd