1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/libgme/Makefile
Emanuel Haupt 04ff6dd7a4 audio/libgme: Update to latest commit upstream
- Update WWW, project moved to github
- Utilize USES= pathfix

PR:		281027
Reported by:	diizzy
2024-09-08 11:40:13 +02:00

30 lines
657 B
Makefile

PORTNAME= libgme
DISTVERSION= 0.6.3-183
DISTVERSIONSUFFIX= -g05a2aa2
CATEGORIES= audio
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Collection of video game music emulators
WWW= https://github.com/libgme/game-music-emu
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/license.txt
USES= cmake compiler:c++11-lang dos2unix pathfix
DOS2UNIX_FILES= ${PORTDOCS}
USE_GITHUB= yes
GH_PROJECT= game-music-emu
USE_LDCONFIG= yes
CMAKE_OFF= ENABLE_UBSAN
PORTDOCS= changes.txt design.txt gme.txt readme.txt
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>