summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-11-05 06:26:08 +0000
committermycroft <mycroft@pkgsrc.org>1998-11-05 06:26:08 +0000
commit50007f4fa24e3bfb3d31fc759d9df3389733a98d (patch)
treecb2e7bf0fcc3c319823b07b1b7fb3c72111fb3ec /audio/xmcd/Makefile
parent8e318baa36dd27187a50cfac58d08f6cd20afe82 (diff)
downloadpkgsrc-50007f4fa24e3bfb3d31fc759d9df3389733a98d.tar.gz
2.4
Diffstat (limited to 'audio/xmcd/Makefile')
-rw-r--r--audio/xmcd/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 2afbe9c8ae4..ae03769392d 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -1,26 +1,32 @@
-# $NetBSD: Makefile,v 1.11 1998/08/20 15:16:40 tsarna Exp $
+# $NetBSD: Makefile,v 1.12 1998/11/05 06:26:08 mycroft Exp $
# FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp
#
-DISTNAME= xmcd-2.3
+DISTNAME= xmcd-2.4
CATEGORIES= audio
MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://sunsite.unc.edu/~cddb/xmcd/index.html
+DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
+
+CONFLICTS= xmcd-2.3
+
USE_MOTIF= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
post-install:
- @strip ${PREFIX}/bin/xmcd
@strip ${PREFIX}/bin/cda
@strip ${PREFIX}/bin/cddbcmd
@strip ${PREFIX}/bin/wm2xmcd
- ${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1
+ @strip ${PREFIX}/bin/xmcd
${MV} ${PREFIX}/man/cat1/cda.1 ${PREFIX}/man/man1/cda.1
${MV} ${PREFIX}/man/cat1/cddbcmd.1 ${PREFIX}/man/man1/cddbcmd.1
+ ${MV} ${PREFIX}/man/cat1/dp2xmcd.1 ${PREFIX}/man/man1/dp2xmcd.1
${MV} ${PREFIX}/man/cat1/wm2xmcd.1 ${PREFIX}/man/man1/wm2xmcd.1
+ ${MV} ${PREFIX}/man/cat1/xmcd.1 ${PREFIX}/man/man1/xmcd.1
+ ${PREFIX}/lib/X11/xmcd/config/config.sh
.include "../../mk/bsd.pkg.mk"