freebsd-ports/math/oleo/Makefile
Chris D. Faulhaber 0721c061a1 Update port to 1.99.12
PR:		20264
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-02 00:05:11 +00:00

27 lines
589 B
Makefile

# New ports collection makefile for: oleo
# Date created: 3 September 1994
# Whom: mr
#
# $FreeBSD$
#
PORTNAME= oleo
PORTVERSION= 1.99.12
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
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 \
--without-xmhtml --without-SciPlot
.include <bsd.port.mk>