diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-22 19:32:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-08-22 19:32:02 +0000 |
commit | f1e0afb2740fca7b6c712c0ae4e0d5cfda89c277 (patch) | |
tree | 1bd71aa7eca393bfa1777dddba8de61f0536b095 /audio/gogo/Makefile | |
parent | a2cf41641a8585cc83c33fdd709525e8dbd576a6 (diff) | |
download | ports-f1e0afb2740fca7b6c712c0ae4e0d5cfda89c277.tar.gz ports-f1e0afb2740fca7b6c712c0ae4e0d5cfda89c277.zip |
Notes
Diffstat (limited to 'audio/gogo/Makefile')
-rw-r--r-- | audio/gogo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index e0ba926351a7..5dd4c8e2b055 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -9,15 +9,16 @@ PORTNAME= gogo PORTVERSION= 2.39b PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/ +MASTER_SITES= ftp://ftp.csie.ncu.edu.tw/FreeBSD/ports/distfiles/ \ + ftp://ftp.thu.edu.tw/FreeBSD/ports/distfiles/ \ + ftp://ftp.42.org/pub/FreeBSD/distfiles/ + DISTNAME= gogo239b EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Very fast MP3 encoder using recent x86 processors' features -BROKEN= does not fetch - OPTIONS= THREADS "Use linuxthreads for increased SMP performance" off # More than version 0.98 |