aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-gbsplay/Makefile
blob: 733c43e033a0e85ec9e3c0ddce9b07c3cf89375d (plain) (blame)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PKGNAMEPREFIX=	xmms-

COMMENT=	XMMS plugin for playing Nintendo Game Boy(TM) audio

MASTERDIR=	${.CURDIR}/../gbsplay

BUILD_DEPENDS=	xmms:multimedia/xmms
RUN_DEPENDS=	xmms:multimedia/xmms \
		gbsplay:audio/gbsplay

USE_GNOME=	glib12
USE_GCC=	any

CONFIGURE_ARGS=	--disable-nas

DESCR=		${.CURDIR}/pkg-descr
PLIST=		${.CURDIR}/pkg-plist

PLIST_FILES=	lib/xmms/Input/gbsxmms.so

post-extract:
	@${RM} -f ${WRKSRC}/po/subdir.mk

gbsplay-post-patch:
	@${REINPLACE_CMD} -e \
		's|`which xmms-config`||; \
		 s|\(xmms-config\)|${LOCALBASE}/bin/\1|g; \
		 s|`which glib-config`||; \
		 s|glib-config|${GLIB_CONFIG}|g; \
		 /LOCALE_PREFIX/ s|$$localedir|${LOCALBASE}/share/locale|' \
		${WRKSRC}/configure
	@${REINPLACE_CMD} -e \
		's|^objs += $$(objs_gbsplay) $$(objs_gbsinfo)||; \
		 s|^dsts += gbsplay gbsinfo||; \
		 /^default:/ s|$$(mans)||' ${WRKSRC}/Makefile

do-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
	${INSTALL_PROGRAM} ${WRKSRC}/gbsxmms.so \
		${STAGEDIR}${PREFIX}/lib/xmms/Input

.include "${MASTERDIR}/Makefile"