diff options
-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 |