diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /audio/rem | |
parent | 899d2706b71f82953aaf4af9bc2bf4e7cd2f9b2a (diff) | |
download | ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.tar.gz ports-f3bfa725e786ecbfe3dca14a185614cd9773f1a0.zip |
Notes
Diffstat (limited to 'audio/rem')
-rw-r--r-- | audio/rem/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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} |