diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-05-30 17:39:07 +0000 |
commit | 8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b (patch) | |
tree | 80e86a504e40bb07a6114c8b8fdfc5765bfa6a38 /audio/xmms-ladspa | |
parent | 9554c4a18fa0acb41d047e887d36b52c4c84213c (diff) | |
download | ports-8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b.tar.gz ports-8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b.zip |
Add LICENSE and LICENSE_FILE to my ports.
Notes
Notes:
svn path=/head/; revision=255330
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile index 9476358ec88c..821d1e3924f5 100644 --- a/audio/xmms-ladspa/Makefile +++ b/audio/xmms-ladspa/Makefile @@ -16,6 +16,9 @@ DISTNAME= xmms_ladspa-${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= XMMS Plugin that provides LADSPA Plugins to XMMS +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms |