diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-18 18:32:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-04-18 18:32:51 +0800 |
commit | b8aa495129b223fad9b4fbb73e0a02c1174b78e8 (patch) | |
tree | 4a0a89efb0ecff169d6a0232a774d3ef3de0d426 /x11-toolkits | |
parent | c1c437909e9c6b4cb34bca4a48a42820aa2ef324 (diff) | |
download | freebsd-ports-gnome-b8aa495129b223fad9b4fbb73e0a02c1174b78e8.tar.gz freebsd-ports-gnome-b8aa495129b223fad9b4fbb73e0a02c1174b78e8.tar.zst freebsd-ports-gnome-b8aa495129b223fad9b4fbb73e0a02c1174b78e8.zip |
- Add LICENSE_FILE
- Add missing expat and gl depends
- Fix shebangs
- Switch to USES=localbase
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/nucleo/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 5f7ca9659cb0..0c055e33db54 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -3,7 +3,7 @@ PORTNAME= nucleo PORTVERSION= 0.7.6 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= x11-toolkits MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/ @@ -11,22 +11,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit to explore video and human-computer interaction LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libexif.so:graphics/libexif \ libpng.so:graphics/png \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libexpat.so:textproc/expat2 -USES= gmake jpeg libtool pathfix pkgconfig shebangfix tar:bzip2 -USE_GL= glu +USES= gmake jpeg libtool localbase:ldflags pathfix pkgconfig python:run shebangfix tar:bzip2 +USE_GL= gl glu GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-opencv USE_LDCONFIG= yes INSTALL_TARGET= install-strip SHEBANG_FILES= docs/MacOSX/nBundle.in -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - OPTIONS_DEFINE= FFMPEG GD GNUTLS QT4 OPTIONS_RADIO= DNSSD OPTIONS_RADIO_DNSSD= AVAHI MDNSRESPONDER |