svn commit: r423152 - head/graphics/opendx
Stephen Montgomery-Smith
stephen at FreeBSD.org
Sun Oct 2 20:03:58 UTC 2016
Author: stephen
Date: Sun Oct 2 20:03:57 2016
New Revision: 423152
URL: https://svnweb.freebsd.org/changeset/ports/423152
Log:
- Add LICENSE.
- Fix portlint errors.
Modified:
head/graphics/opendx/Makefile
Modified: head/graphics/opendx/Makefile
==============================================================================
--- head/graphics/opendx/Makefile Sun Oct 2 19:59:01 2016 (r423151)
+++ head/graphics/opendx/Makefile Sun Oct 2 20:03:57 2016 (r423152)
@@ -11,6 +11,11 @@ DISTNAME= dx-${PORTVERSION}
MAINTAINER= stephen at FreeBSD.org
COMMENT= IBM's Open Visualization Data Explorer
+LICENSE= IBM-OVDX-v1
+LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0
+LICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick \
libtiff.so:graphics/tiff \
libcdf.so:science/cdf \
@@ -18,7 +23,7 @@ LIB_DEPENDS= libMagickWand-6.so:graphics
USE_XORG= x11 xt xinerama xext xpm xmu sm ice
USES= bison motif gmake libtool
-USE_GL= gl
+USE_GL= gl glu
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
@@ -46,7 +51,7 @@ CONFIGURE_ARGS+= --without-netcdf
.endif
.if defined(WITH_JAVA)
-ONLY_FOR_ARCHS= i386
+ONLY_FOR_ARCHS= i386
USE_JAVA= yes
JAVA_VERSION= 1.6+
BUILD_DEPENDS+= ${JAVALIBDIR}/npcosmop211.jar:graphics/cosmoplayer
More information about the svn-ports-head
mailing list