aboutsummaryrefslogtreecommitdiff
path: root/audio/mous
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-09-04 16:02:16 +0000
commita8ed171245e2ea11b77ce5e3ed92e552541f6dc1 (patch)
tree2d206dd00b752621c542c0b063bec6c9471a3355 /audio/mous
parent76fa2c1542494266da9e81ebf8b0c737fc4c652c (diff)
downloadports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.tar.gz
ports-a8ed171245e2ea11b77ce5e3ed92e552541f6dc1.zip
Convert most ports using cloud.github.com to GHC.
Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=396103
Diffstat (limited to 'audio/mous')
-rw-r--r--audio/mous/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 22ff08a56172..4b1b794c1d71 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -5,7 +5,7 @@ PORTNAME= mous
PORTVERSION= 1.1a
PORTREVISION= 4
CATEGORIES= audio
-MASTER_SITES= http://cloud.github.com/downloads/bsdelf/mous/
+MASTER_SITES= GHC
MAINTAINER= shen.elf@gmail.com
COMMENT= Simple yet powerful audio player
@@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= cmake
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= bsdelf
OPTIONS_DEFINE= ALSA ASSEMBLY FAAC FAAD FLAC LAME AO CUE MAC4DECODER \
MACDECODER MPG123 NCURSES OSS QT4 SDK TAGLIB VORBIS \