diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 08:08:09 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 08:08:09 +0000 |
commit | ddce0e4c195eb07027c6cc1c22947212d257a61a (patch) | |
tree | ef2e0bcf6091b7a125a26466fab82b42bd001081 /multimedia/beep-media-player/Makefile | |
parent | 8e8a36aef841de8c18032135e17217daf5266d1c (diff) | |
download | FreeBSD-ports-ddce0e4c195eb07027c6cc1c22947212d257a61a.zip FreeBSD-ports-ddce0e4c195eb07027c6cc1c22947212d257a61a.tar.gz |
Update to 0.9.6 and bump PORTEPOCH since 0.9.6 is numerically less than
the previous 1.0.0 (though this is a later version).
PR: 62495
Submitted by: maintainer
Diffstat (limited to 'multimedia/beep-media-player/Makefile')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 199ae50..069261b 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -6,22 +6,22 @@ # PORTNAME= beep-media-player -PORTVERSION= 1.0.0 -PORTREVISION= 4 +PORTVERSION= 0.9.6.1 +PORTEPOCH= 1 CATEGORIES= multimedia audio -MASTER_SITES= http://linux-media.net/beep/downloads/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-pre5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= beepmp +DISTNAME= bmp-${PORTVERSION} MAINTAINER= flynn@energyhq.es.eu.org COMMENT= GTK2 mp3 player -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-pre5 USE_GNOME= gtk20 +USE_ICONV= yes WANT_GNOME= yes USE_X_PREFIX= yes USE_REINPLACE= yes +USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INPUT_PLUGINS="${INPUT_PLUGINS}" \ OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \ VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}" -MAN1= beep.1 +MAN1= beep-media-player.1 INPUT_PLUGINS= cdaudio,mpg123 OUTPUT_PLUGINS= OSS |