diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-19 20:20:26 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-19 20:20:26 +0000 |
commit | be7a67ef8b49191a6e4ab3e7df667e73f30b8951 (patch) | |
tree | 118cb62a20b4193ca9edcb528aae84aa8b86da84 | |
parent | 8fc0dc2e29cddb4da02b52d940464e130102a6a0 (diff) | |
download | FreeBSD-ports-be7a67ef8b49191a6e4ab3e7df667e73f30b8951.zip FreeBSD-ports-be7a67ef8b49191a6e4ab3e7df667e73f30b8951.tar.gz |
- Add LICENSE_FILE
- Cleanup Makefile
-rw-r--r-- | multimedia/libquvi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile index a22baa8..07c120b 100644 --- a/multimedia/libquvi/Makefile +++ b/multimedia/libquvi/Makefile @@ -12,6 +12,7 @@ COMMENT= Cross-platform library for parsing flash media stream URLs LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl @@ -22,7 +23,6 @@ LUAJIT_DESC= Use LuaJIT instead of Lua PORTSCOUT= limit:0.4.[0-9]* -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= iconv libtool pathfix pkgconfig tar:xz |