aboutsummaryrefslogtreecommitdiff
path: root/math/oleo/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-02 16:27:23 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-02 16:27:23 +0000
commit2d68be2592ca4e0a0e7547bfa2090886fa46614f (patch)
tree2f926933ad165af63ff7c9a664384a36989c3730 /math/oleo/Makefile
parentae3988ecaa8d9833ababfdc1d048ee2c0f267f7a (diff)
downloadports-2d68be2592ca4e0a0e7547bfa2090886fa46614f.tar.gz
ports-2d68be2592ca4e0a0e7547bfa2090886fa46614f.zip
Update to version 1.99.14
PR: 23226 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=35605
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r--math/oleo/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile
index d239e5965866..8f2d425d1cb8 100644
--- a/math/oleo/Makefile
+++ b/math/oleo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= oleo
-PORTVERSION= 1.99.12
+PORTVERSION= 1.99.14
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,13 +14,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+.if defined(WITH_MOTIF)
+LIB_DEPENDS+= plot.3:${PORTSDIR}/graphics/plotutils \
+ Xbae.7:${PORTSDIR}/x11-toolkits/xbae
+.endif
USE_XLIB= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --with-x --without-motif \
- --without-xbae --without-xlt \
+CONFIGURE_ARGS= --with-x --without-xlt \
--without-xmhtml --without-SciPlot
+.if defined(WITH_MOTIF)
+USE_MOTIF= yes
+CONFIGURE_ARGS+= --with-motif
+.else
+CONFIGURE_ARGS+= --without-motif
+.endif
+
.include <bsd.port.mk>