From c5cef3e879885190ed7e163d586fb2a5ea34633f Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 1 Jul 2001 21:24:25 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- audio/xmcd/Makefile | 15 ++++++++------- audio/xmcd/distinfo | 4 ++-- audio/xmcd/patches/patch-ab | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index f9c9766a408..104b9485c86 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/16 13:30:53 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/07/01 21:24:25 jlam Exp $ # DISTNAME= xmcd-2.6 @@ -9,12 +9,11 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://metalab.unc.edu/tkan/xmcd/ COMMENT= Motif CD player -DEPENDS+= ncurses>=4.2:../../devel/ncurses - -USE_MOTIF= yes -USE_IMAKE= yes -IS_INTERACTIVE= yes # asks a lot of questions -MAKE_ENV+= SHELL=/bin/sh +USE_BUILDLINK_ONLY= yes +USE_NCURSES= yes +USE_IMAKE= yes +IS_INTERACTIVE= yes # asks a lot of questions +MAKE_ENV+= SHELL=/bin/sh pre-install: cd ${WRKSRC} && \ @@ -35,4 +34,6 @@ post-install: ${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1 ${PREFIX}/lib/X11/xmcd/config/config.sh +.include "../../devel/ncurses/buildlink.mk" +.include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/xmcd/distinfo b/audio/xmcd/distinfo index 9b87dd962bf..787aa5e1938 100644 --- a/audio/xmcd/distinfo +++ b/audio/xmcd/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 12:14:40 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/01 21:24:25 jlam Exp $ SHA1 (xmcd-2.6.tar.gz) = 486e48381d1f24a173815a9283d89e40fe73c90e Size (xmcd-2.6.tar.gz) = 553934 bytes SHA1 (patch-aa) = 868ecceae5e48a320161c21bbf4db4301fd9467e -SHA1 (patch-ab) = cfd1ff49451ad6d0ddbf80ea9eb4c3e5ed9a379a +SHA1 (patch-ab) = 0ae2d1b95d81d9fc437ceb9c2f1fe69ec4fe2735 SHA1 (patch-ac) = b0748c7be1a1f9d8f40c970b3a00414ffcc9f0b4 SHA1 (patch-ad) = d748cce51bf0efc6cf7290dd020ab05f4a76ea96 SHA1 (patch-ae) = 215f60cff3a2f42e8f7106799780d02c946bd952 diff --git a/audio/xmcd/patches/patch-ab b/audio/xmcd/patches/patch-ab index 6edf98b0091..a1874de185f 100644 --- a/audio/xmcd/patches/patch-ab +++ b/audio/xmcd/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.5 2000/02/13 19:17:24 fredb Exp $ +$NetBSD: patch-ab,v 1.6 2001/07/01 21:24:26 jlam Exp $ --- cda_d/Imakefile.orig Sat Feb 5 01:26:38 2000 +++ cda_d/Imakefile Sun Feb 13 08:20:52 2000 @@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.5 2000/02/13 19:17:24 fredb Exp $ #endif /* SunArchitecture */ -INCLUDES=-I.. -+INCLUDES=-I.. -I${LOCALBASE}/include ++INCLUDES=-I.. -I${BUILDLINK_DIR}/include /* @@ -25,7 +25,7 @@ $NetBSD: patch-ab,v 1.5 2000/02/13 19:17:24 fredb Exp $ #else #if defined(NetBSDArchitecture) -LOCAL_LIBRARIES= -+LOCAL_LIBRARIES=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lncurses ++LOCAL_LIBRARIES=-L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib -lncurses #else #if defined(__bsdi__) .if exists(/usr/include/ncurses.h) -- cgit v1.2.3