Skip to content

Commit

Permalink
audio/libgme: Take maintainership
Browse files Browse the repository at this point in the history
Take maintainership as this port is required by audio/ocp. While here,
pacify portclippy/portfmt and add an additional mirror.
  • Loading branch information
ehaupt committed Aug 14, 2023
1 parent bd3a7df commit c77e4f0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions audio/libgme/Makefile
Expand Up @@ -2,10 +2,11 @@ PORTNAME= libgme
DISTVERSION= 0.6.3
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/ \
LOCAL/ehaupt
DISTNAME= game-music-emu-${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Collection of video game music emulators
WWW= https://bitbucket.org/mpyne/game-music-emu

Expand All @@ -16,10 +17,10 @@ USES= cmake compiler:c++11-lang dos2unix tar:xz
DOS2UNIX_FILES= ${PORTDOCS}
USE_LDCONFIG= yes

PORTDOCS= changes.txt design.txt gme.txt readme.txt

CMAKE_OFF= ENABLE_UBSAN

PORTDOCS= changes.txt design.txt gme.txt readme.txt

OPTIONS_DEFINE= DOCS

post-patch:
Expand Down

0 comments on commit c77e4f0

Please sign in to comment.