mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
278d839aca
PR: 13796 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
27 lines
599 B
Makefile
27 lines
599 B
Makefile
# New ports collection makefile for: oleo
|
|
# Version required: 1.99.5
|
|
# Date created: 3 September 1994
|
|
# Whom: mr
|
|
#
|
|
# $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>
|