summaryrefslogtreecommitdiff
path: root/audio/xmcd/Makefile
blob: 98d46291e3f9e6907b6fe40578c630f292f131a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.8 1998/06/02 21:50:06 tron Exp $
# FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp 
#

DISTNAME=	xmcd-2.3
CATEGORIES=	audio
MASTER_SITES=	http://mercury.hypersurf.com/~amb/download/xmcd/src/

MAINTAINER=	hubertf@netbsd.org

REQUIRES_MOTIF=	yes
USE_IMAKE=	yes
IS_INTERACTIVE=	yes	# asks a lot of questions

MAN1=		xmcd.1 cda.1 cddbcmd.1 wm2xmcd.1
CAT1=		xmcd.0 cda.0 cddbcmd.0 wm2xmcd.0

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
	${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/wm2xmcd.1 ${PREFIX}/man/man1/wm2xmcd.1

.include "../../mk/bsd.pkg.mk"