1995-03-24 11:12:06 +00:00
|
|
|
# New ports collection makefile for: oleo
|
1995-04-11 01:19:12 +00:00
|
|
|
# Date created: 3 September 1994
|
1994-10-11 18:17:01 +00:00
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1994-10-11 18:17:01 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= oleo
|
2000-12-02 16:27:23 +00:00
|
|
|
PORTVERSION= 1.99.14
|
1996-11-18 10:25:35 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2000-08-02 00:05:11 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1995-04-11 01:19:12 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-10-31 13:43:28 +00:00
|
|
|
|
2000-08-02 00:05:11 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
2000-12-02 16:27:23 +00:00
|
|
|
.if defined(WITH_MOTIF)
|
|
|
|
LIB_DEPENDS+= plot.3:${PORTSDIR}/graphics/plotutils \
|
2000-12-29 16:18:24 +00:00
|
|
|
Xbae.8:${PORTSDIR}/x11-toolkits/xbae
|
2000-12-02 16:27:23 +00:00
|
|
|
.endif
|
1994-10-11 18:17:01 +00:00
|
|
|
|
1999-09-20 05:50:21 +00:00
|
|
|
USE_XLIB= yes
|
2000-08-02 00:05:11 +00:00
|
|
|
USE_AUTOCONF= yes
|
1999-09-20 05:50:21 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2000-12-02 16:27:23 +00:00
|
|
|
CONFIGURE_ARGS= --with-x --without-xlt \
|
2000-08-02 00:05:11 +00:00
|
|
|
--without-xmhtml --without-SciPlot
|
1997-10-31 13:43:28 +00:00
|
|
|
|
2000-12-02 16:27:23 +00:00
|
|
|
.if defined(WITH_MOTIF)
|
|
|
|
USE_MOTIF= yes
|
|
|
|
CONFIGURE_ARGS+= --with-motif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-motif
|
|
|
|
.endif
|
|
|
|
|
1994-10-11 18:17:01 +00:00
|
|
|
.include <bsd.port.mk>
|