diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-16 01:43:27 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-11-16 01:43:27 +0000 |
commit | e92b0d4ec955b1e593f21fccfbc1eb3d84bf307e (patch) | |
tree | da41c5d2ace4cf71b74b09424e9dc61e0336a75a /audio/cueplayer | |
parent | 4990a6f364d1df14888445d3d199b3073b1d423b (diff) | |
download | ports-e92b0d4ec955b1e593f21fccfbc1eb3d84bf307e.tar.gz ports-e92b0d4ec955b1e593f21fccfbc1eb3d84bf307e.zip |
Notes
Diffstat (limited to 'audio/cueplayer')
-rw-r--r-- | audio/cueplayer/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/cueplayer/Makefile b/audio/cueplayer/Makefile index b33fc64565ce..ac77b0e0ac69 100644 --- a/audio/cueplayer/Makefile +++ b/audio/cueplayer/Makefile @@ -5,12 +5,12 @@ PORTNAME= cueplayer PORTVERSION= 0.28 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-src MAINTAINER= vg@FreeBSD.org COMMENT= CUE player -BROKEN= Unfetchable (google code has gone away) +LICENSE= GPLv3 LIB_DEPENDS= libnotify.so:devel/libnotify @@ -19,8 +19,6 @@ USE_QT4= gui xml uic_build moc_build rcc_build network USE_GSTREAMER= flac good dvd lame ugly ffmpeg taglib ogg vorbis soup libmms wavpack USE_XORG= x11 -LICENSE= GPLv3 - DESKTOP_ENTRIES="Cueplayer" "Lightweight media player based on Qt and Gstreamer" \ "${DATADIR}/${PORTNAME}.png" "${PORTNAME}" \ "AudioVideo;Audio;Video;" true |