diff options
Diffstat (limited to 'multimedia/smpeg/Makefile')
-rw-r--r-- | multimedia/smpeg/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/multimedia/smpeg/Makefile b/multimedia/smpeg/Makefile index 25e7345d0795..e5901c89a02a 100644 --- a/multimedia/smpeg/Makefile +++ b/multimedia/smpeg/Makefile @@ -9,16 +9,13 @@ PORTNAME= smpeg PORTVERSION= 0.4.4 PORTREVISION= 3 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ - ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ - ftp://boudicca.tux.org/misc/lokigames/open-source/smpeg/ \ - ftp://snuffleupagus.animearchive.org/loki/open-source/smpeg/ \ - http://ftp.gameaholic.com/mirrors/ftp.lokigames.com/open-source/smpeg/ +MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= A free MPEG1 video player library with sound support -USE_GNOME= WANT_GNOME= yes USE_REINPLACE= yes USE_GMAKE= yes |