diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 23:45:12 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-04-10 23:45:12 +0800 |
commit | 66b53826ca4548c7a555fb910a16dfdf80a229f7 (patch) | |
tree | 0345dbe6590906e3246579e1c8e8bc4acd29ee4f /multimedia | |
parent | 7e3578a77cda4b89b9f492ab466790ce0b4a3b40 (diff) | |
download | freebsd-ports-gnome-66b53826ca4548c7a555fb910a16dfdf80a229f7.tar.gz freebsd-ports-gnome-66b53826ca4548c7a555fb910a16dfdf80a229f7.tar.zst freebsd-ports-gnome-66b53826ca4548c7a555fb910a16dfdf80a229f7.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Fix shebangs
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/lives/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 45c32370cd2f..2debce07ca4c 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -3,7 +3,7 @@ PORTNAME= lives PORTVERSION= 2.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://lives-video.com/releases/ DISTNAME= LiVES-${PORTVERSION} @@ -11,7 +11,8 @@ DISTNAME= LiVES-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Video editing system -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat \ ${LOCALBASE}/bin/analyseplugin:audio/ladspa @@ -95,6 +96,8 @@ post-patch: ${WRKSRC}/lives-plugins/weed-plugins/Makefile.in @${REINPLACE_CMD} '/selectRandom/d' \ ${WRKSRC}/lives-plugins/weed-plugins/projectM.cpp + @${REINPLACE_CMD} 's|/usr/bin/perl|${perl_CMD}|' \ + ${WRKSRC}/build-lives-rfx-plugin pre-build-NLS-on: @(cd ${WRKSRC}/po && ${DO_MAKE_BUILD} update-po) |