diff options
author | jhale <jhale@FreeBSD.org> | 2016-11-16 09:43:27 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-11-16 09:43:27 +0800 |
commit | edb640a577aa89b669dd0e7ee1e90f9947e2c27a (patch) | |
tree | da41c5d2ace4cf71b74b09424e9dc61e0336a75a /audio/cueplayer | |
parent | 10e62e5c6a01f9c2865b946a8a3c741b53b61a19 (diff) | |
download | freebsd-ports-gnome-edb640a577aa89b669dd0e7ee1e90f9947e2c27a.tar.gz freebsd-ports-gnome-edb640a577aa89b669dd0e7ee1e90f9947e2c27a.tar.zst freebsd-ports-gnome-edb640a577aa89b669dd0e7ee1e90f9947e2c27a.zip |
Fix fetch
Move LICENSE earlier
Approved by: portmgr (blanket)
MFH: 2016Q4 (blanket)
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 |