Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2016 20:03:57 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423152 - head/graphics/opendx
Message-ID:  <201610022003.u92K3vRx033792@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610022003.u92K3vRx033792>