1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/oleo/Makefile

27 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: oleo
# Version required: 1.99.5
# Date created: 3 September 1994
# Whom: mr
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
DISTNAME= oleo-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>