diff options
author | miwi <miwi@FreeBSD.org> | 2011-08-26 11:32:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-08-26 11:32:31 +0800 |
commit | a3473f920c4165a850539a1b8ea25be2b2399e5b (patch) | |
tree | 80cc03bc7f9895aaa7a2829d6f495df6402ae72f | |
parent | 0957cc6baa239b5c147cd73a60d8add10a214abc (diff) | |
download | freebsd-ports-gnome-a3473f920c4165a850539a1b8ea25be2b2399e5b.tar.gz freebsd-ports-gnome-a3473f920c4165a850539a1b8ea25be2b2399e5b.tar.zst freebsd-ports-gnome-a3473f920c4165a850539a1b8ea25be2b2399e5b.zip |
- Fix MASTER_SITES
- Add LICENSE
PR: 160075
Submitted by: Ports Fury
-rw-r--r-- | audio/bmp-songchange/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index 1c5bf8bb138c..61d417800328 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -9,14 +9,17 @@ PORTNAME= bmp-songchange PORTVERSION= 0.0.2 PORTREVISION= 9 CATEGORIES= audio -MASTER_SITES= http://download.berlios.de/bmp-plugins/ +MASTER_SITES= BERLIOS/bmp-plugins MAINTAINER= ports@FreeBSD.org COMMENT= Beep Media Player do-this-on-song-change plugin +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so |