diff options
Diffstat (limited to 'math/ggobi/Makefile')
-rw-r--r-- | math/ggobi/Makefile | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index 8314bc97502d..c850ac393f25 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -1,8 +1,7 @@ PORTNAME= ggobi -PORTVERSION= 2.1.11 -PORTREVISION= 6 +DISTVERSION= 2.1.12 +PORTREVISION= 2 CATEGORIES= math graphics -MASTER_SITES= http://www.ggobi.org/downloads/ MAINTAINER= rhurlin@FreeBSD.org COMMENT= Data visualization system @@ -12,22 +11,24 @@ LICENSE= EPL LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ - libcgraph.so:graphics/graphviz \ - libltdl.so:devel/libltdl + libcgraph.so:graphics/graphviz -USES= desktop-file-utils gnome libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= cairo gdkpixbuf2 glib20 gtk20 libxml2 -USE_GCC= yes +USES= autoreconf desktop-file-utils gettext-tools \ + gmake gnome libtool pathfix pkgconfig tex +USE_GITHUB= yes +GH_TAGNAME= 93a7148 # The 'official' tarball misses last commit with pstricks removal! +USE_GNOME= cairo gdkpixbuf glib20 gtk20 libxml2 USE_LDCONFIG= yes +USE_TEX= web2c:build dvipdfmx:build GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-all-plugins - -SUB_FILES= pkg-message +CONFIGURE_ARGS+= --with-all-plugins MAKE=gmake ALL_TARGET= all ggobirc INSTALL_TARGET= install-strip +SUB_FILES= pkg-message + OPTIONS_DEFINE= DOCS post-build: |