diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-10 23:45:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-10 23:45:12 +0800 |
commit | 054fb1bd55b3999ed4a283f755d1aae1df9d340b (patch) | |
tree | 0345dbe6590906e3246579e1c8e8bc4acd29ee4f /multimedia | |
parent | 6debb43cad35ecc9c7baf39400fb4fb71fc9fddd (diff) | |
download | freebsd-ports-gnome-054fb1bd55b3999ed4a283f755d1aae1df9d340b.tar.gz freebsd-ports-gnome-054fb1bd55b3999ed4a283f755d1aae1df9d340b.tar.zst freebsd-ports-gnome-054fb1bd55b3999ed4a283f755d1aae1df9d340b.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) |