aboutsummaryrefslogtreecommitdiffstats
path: root/math/oleo/Makefile
blob: 8878f52a8cb107b17138bad2147d375ea1f96c43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    oleo
# Date created:     3 September 1994
# Whom:         mr
#
# $FreeBSD$
#

PORTNAME=   oleo
PORTVERSION=    1.99.5
CATEGORIES= math
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= oleo

MAINTAINER= ports@FreeBSD.org

BUILD_DEPENDS=  gettext:${PORTSDIR}/devel/gettext

USE_XLIB=   yes
GNU_CONFIGURE=  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-XmHTML \
        --without-xlt --without-SciPlot

.include <bsd.port.mk>