View | Details | Raw Unified | Return to bug 204192 | Differences between
and this patch

Collapse All | Expand All

(-)audio/libgme/Makefile (-7 / +6 lines)
Lines 3-11 Link Here
3
PORTNAME=	libgme
3
PORTNAME=	libgme
4
PORTVERSION=	0.6.0
4
PORTVERSION=	0.6.0
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
MASTER_SITES=	GOOGLE_CODE
6
MASTER_SITES=	https://bitbucket.org/mpyne/game-music-emu/downloads/
7
PROJECTHOST=	game-music-emu
7
DISTNAME=	game-music-emu-${PORTVERSION}
8
DISTNAME=	${PROJECTHOST}-${PORTVERSION}
9
8
10
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Collection of video game music emulators
10
COMMENT=	Collection of video game music emulators
Lines 13-19 Link Here
13
LICENSE=	LGPL21 LGPL3
12
LICENSE=	LGPL21 LGPL3
14
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
15
14
16
USES=		tar:bzip2 cmake dos2unix ninja
15
USES=		cmake dos2unix ninja tar:bzip2
17
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
18
17
19
PORTDOCS=	changes.txt design.txt gme.txt readme.txt
18
PORTDOCS=	changes.txt design.txt gme.txt readme.txt
Lines 21-31 Link Here
21
OPTIONS_DEFINE=	DOCS
20
OPTIONS_DEFINE=	DOCS
22
21
23
post-patch:
22
post-patch:
24
	@${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \
23
	@${REINPLACE_CMD} -e \
25
		${WRKSRC}/gme/CMakeLists.txt
24
		'/pkgconfig/s|lib/|libdata/|' ${WRKSRC}/gme/CMakeLists.txt
26
25
27
post-install:
26
post-install:
28
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
29
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
28
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
30
29
31
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)audio/libgme/pkg-descr (-3 / +3 lines)
Lines 1-5 Link Here
1
Game_Music_Emu is a collection of video game music file emulators that support
1
Game_Music_Emu is a collection of video game music file emulators that
2
the following formats and systems:
2
support the following formats and systems:
3
3
4
AY       ZX Spectrum/Amstrad CPC
4
AY       ZX Spectrum/Amstrad CPC
5
GBS      Nintendo Game Boy
5
GBS      Nintendo Game Boy
Lines 11-14 Link Here
11
SPC      Super Nintendo/Super Famicom
11
SPC      Super Nintendo/Super Famicom
12
VGM/VGZ  Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
12
VGM/VGZ  Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
13
13
14
WWW: http://code.google.com/p/game-music-emu/
14
WWW: http://bitbucket.org/mpyne/game-music-emu/

Return to bug 204192