Changeset View
Changeset View
Standalone View
Standalone View
graphics/opendx/Makefile
| PORTNAME= opendx | PORTNAME= opendx | ||||
| PORTVERSION= 4.4.4 | PORTVERSION= 4.4.4 | ||||
| PORTREVISION= 39 | PORTREVISION= 39 | ||||
| CATEGORIES= graphics math java | CATEGORIES= graphics math java | ||||
| MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ | MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ | ||||
| DISTNAME= dx-${PORTVERSION} | DISTNAME= dx-${PORTVERSION} | ||||
| MAINTAINER= stephen@FreeBSD.org | MAINTAINER= stephen@FreeBSD.org | ||||
| COMMENT= IBM's Open Visualization Data Explorer | COMMENT= IBM's Open Visualization Data Explorer | ||||
| WWW= http://www.opendx.org/ | WWW= http://www.opendx.org/ | ||||
| LICENSE= IBM-OVDX-v1 | LICENSE= IBM-OVDX-v1 | ||||
| LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0 | LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept | ||||
| BROKEN_aarch64= fails to link: undefined symbol: sbrk | |||||
| LIB_DEPENDS= libtiff.so:graphics/tiff \ | LIB_DEPENDS= libtiff.so:graphics/tiff \ | ||||
| libcdf.so:science/cdf | libcdf.so:science/cdf | ||||
| USES= bison compiler:c++17-lang gl gmake libtool localbase:ldflags magick:6 motif xorg | USES= bison compiler:c++17-lang gl gmake libtool localbase:ldflags magick:6 motif sbrk xorg | ||||
| USE_GL= gl glu | USE_GL= gl glu | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_XORG= x11 xt xinerama xext xpm xmu sm ice | USE_XORG= x11 xt xinerama xext xpm xmu sm ice | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | GNU_CONFIGURE_MANPREFIX=${PREFIX}/share | ||||
| CONFIGURE_ARGS= --enable-shared | CONFIGURE_ARGS= --enable-shared | ||||
| CONFIGURE_ENV= ARCH=freebsd | CONFIGURE_ENV= ARCH=freebsd | ||||
| ▲ Show 20 Lines • Show All 90 Lines • Show Last 20 Lines | |||||