diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 05:22:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2015-12-22 05:22:02 +0000 |
commit | 7af79fc4d12e046427308e7e17c7fa89ed649df7 (patch) | |
tree | 3531643d91aba08c2c85c8846bdf5d95eb586bc9 /audio/libgme | |
parent | 01840a8503cda6d6aba034d4d41aeb91656c5601 (diff) | |
download | ports-7af79fc4d12e046427308e7e17c7fa89ed649df7.tar.gz ports-7af79fc4d12e046427308e7e17c7fa89ed649df7.zip |
Notes
Diffstat (limited to 'audio/libgme')
-rw-r--r-- | audio/libgme/Makefile | 5 | ||||
-rw-r--r-- | audio/libgme/pkg-descr | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/libgme/Makefile b/audio/libgme/Makefile index 3e34b40facd4..9a42e623a560 100644 --- a/audio/libgme/Makefile +++ b/audio/libgme/Makefile @@ -3,9 +3,8 @@ PORTNAME= libgme PORTVERSION= 0.6.0 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= game-music-emu -DISTNAME= ${PROJECTHOST}-${PORTVERSION} +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 diff --git a/audio/libgme/pkg-descr b/audio/libgme/pkg-descr index 0ddbfb24ee36..77eb3ca534ee 100644 --- a/audio/libgme/pkg-descr +++ b/audio/libgme/pkg-descr @@ -1,5 +1,5 @@ -Game_Music_Emu is a collection of video game music file emulators that support -the following formats and systems: +Game_Music_Emu is a collection of video game music file emulators that +support the following formats and systems: AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy @@ -11,4 +11,4 @@ SAP Atari systems using POKEY sound chip SPC Super Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro -WWW: http://code.google.com/p/game-music-emu/ +WWW: http://bitbucket.org/mpyne/game-music-emu/ |