- Update to version 0.6.0 and clean up the Makefile
- Install handful of documentation files (seem useful) PR: 199210
This commit is contained in:
parent
494ef0d872
commit
7012a8c384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383870
3 changed files with 18 additions and 20 deletions
|
@ -1,11 +1,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgme
|
||||
PORTVERSION= 0.5.5
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PROJECTHOST= game-music-emu
|
||||
DISTNAME= ${PROJECTHOST}-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tbz2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Collection of video game music emulators
|
||||
|
@ -13,8 +13,19 @@ COMMENT= Collection of video game music emulators
|
|||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
PROJECTHOST= game-music-emu
|
||||
USES= tar:bzip2 cmake dos2unix ninja
|
||||
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:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (game-music-emu-0.5.5.tbz2) = ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089
|
||||
SIZE (game-music-emu-0.5.5.tbz2) = 161954
|
||||
SHA256 (game-music-emu-0.6.0.tar.bz2) = 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987
|
||||
SIZE (game-music-emu-0.6.0.tar.bz2) = 170202
|
||||
|
|
|
@ -1,18 +1,5 @@
|
|||
include/gme/Blip_Buffer.h
|
||||
include/gme/Classic_Emu.h
|
||||
include/gme/Data_Reader.h
|
||||
include/gme/Dual_Resampler.h
|
||||
include/gme/Effects_Buffer.h
|
||||
include/gme/Fir_Resampler.h
|
||||
include/gme/Gme_File.h
|
||||
include/gme/M3u_Playlist.h
|
||||
include/gme/Multi_Buffer.h
|
||||
include/gme/Music_Emu.h
|
||||
include/gme/blargg_common.h
|
||||
include/gme/blargg_config.h
|
||||
include/gme/blargg_source.h
|
||||
include/gme/gme.h
|
||||
include/gme/gme_types.h
|
||||
lib/libgme.so
|
||||
lib/libgme.so.0
|
||||
lib/libgme.so.0.5.3
|
||||
lib/libgme.so.0.6.0
|
||||
libdata/pkgconfig/libgme.pc
|
||||
|
|
Loading…
Reference in a new issue