diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 12:33:34 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-11-23 12:33:34 +0000 |
commit | 616d9f06cc530a9d85bac55dd9037f32fe9a5468 (patch) | |
tree | a03fc0014707a2c75c7c3dc974da59bb28189c12 /multimedia/smpeg/Makefile | |
parent | 9937956555cbf34f01ceb096a892497f4ef9b1ba (diff) | |
download | ports-616d9f06cc530a9d85bac55dd9037f32fe9a5468.tar.gz ports-616d9f06cc530a9d85bac55dd9037f32fe9a5468.zip |
Notes
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 |