diff options
author | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-05-01 04:10:53 +0800 |
commit | 4c1d50c650556222641948d2d03c12df55c0a165 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /audio | |
parent | 48f29aca6c7da8e255fe5d98c77b86db8860138f (diff) | |
download | freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.gz freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.tar.zst freebsd-ports-gnome-4c1d50c650556222641948d2d03c12df55c0a165.zip |
Add licence info to some ports
Submitted by: 4721
Diffstat (limited to 'audio')
-rw-r--r-- | audio/baresip/Makefile | 3 | ||||
-rw-r--r-- | audio/re/Makefile | 3 | ||||
-rw-r--r-- | audio/rebot3/Makefile | 7 | ||||
-rw-r--r-- | audio/rem/Makefile | 3 |
4 files changed, 11 insertions, 5 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 69d21111314e..7c966dd65da8 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Small SIP client +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/docs/COPYING + BUILD_DEPENDS= re>=${PORTVERSION}:${PORTSDIR}/audio/re \ rem>=${PORTVERSION}:${PORTSDIR}/audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} diff --git a/audio/re/Makefile b/audio/re/Makefile index 9af23a09a233..d612d47ec07f 100644 --- a/audio/re/Makefile +++ b/audio/re/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Library for real-time comms with async IO support +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/docs/COPYING + USE_LDCONFIG= yes USE_GMAKE= yes diff --git a/audio/rebot3/Makefile b/audio/rebot3/Makefile index 6127ae54a5fd..5dce0f0bccb4 100644 --- a/audio/rebot3/Makefile +++ b/audio/rebot3/Makefile @@ -1,9 +1,4 @@ -# Ports collection Makefile for: rebot3 -# Date created: 7th May 2011 -# Whom: Chris Rees (utisoft@gmail.com) -# # $FreeBSD$ -# PORTNAME= rebot3 PORTVERSION= 1.0.2 @@ -14,6 +9,8 @@ MASTER_SITES= http://www.headmqa.com/${PORTNAME}/ \ MAINTAINER= crees@FreeBSD.org COMMENT= Renames mp3 files using freedb or local CDDB +LICENSE= GPLv2 + RUN_DEPENDS= p5-CDDB>=0:${PORTSDIR}/audio/p5-CDDB \ p5-MP3-ID3v1Tag>=0:${PORTSDIR}/audio/p5-MP3-ID3v1Tag diff --git a/audio/rem/Makefile b/audio/rem/Makefile index 983f775e3eed..95c7ce8610da 100644 --- a/audio/rem/Makefile +++ b/audio/rem/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Library for real-time audio and video processing +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/docs/COPYING + BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re RUN_DEPENDS:= ${BUILD_DEPENDS} |