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

Collapse All | Expand All

(-)audio/libgme/Makefile (-6 / +5 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 20-30 Link Here
20
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
21
20
22
post-patch:
21
post-patch:
23
	@${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \
22
	@${REINPLACE_CMD} -e \
24
		${WRKSRC}/gme/CMakeLists.txt
23
		'/pkgconfig/s|lib/|libdata/|' ${WRKSRC}/gme/CMakeLists.txt
25
24
26
post-install-DOCS-on:
25
post-install-DOCS-on:
27
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
26
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
28
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
27
	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
29
28
30
.include <bsd.port.mk>
29
.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