1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/audio/libgme/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
673 B
Makefile

PORTNAME= libgme
PORTVERSION= 0.6.1
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/
DISTNAME= game-music-emu-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of video game music emulators
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/license.txt
USES= cmake dos2unix tar:bzip2
USE_LDCONFIG= yes
PORTDOCS= changes.txt design.txt gme.txt readme.txt
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/pkgconfig/s/lib[[:>:]]/libdata/' \
${WRKSRC}/gme/CMakeLists.txt
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>