diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
commit | a2b29e73bb77bf1bf6a46c58121384bf4f67ed59 (patch) | |
tree | 12989fb477d42c01d24395c524b0c4cd86193a25 /math/oleo/Makefile | |
parent | d1399fa078beeea387417cd7b8c4965d66527375 (diff) | |
download | FreeBSD-ports-a2b29e73bb77bf1bf6a46c58121384bf4f67ed59.zip FreeBSD-ports-a2b29e73bb77bf1bf6a46c58121384bf4f67ed59.tar.gz |
Update to 1.99.5
PR: 13796
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 1852d68..9939665 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -1,22 +1,26 @@ # New ports collection makefile for: oleo -# Version required: 1.6 +# Version required: 1.99.5 # Date created: 3 September 1994 # Whom: mr # # $FreeBSD$ # -DISTNAME= oleo-1.6 +DISTNAME= oleo-1.99.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= oleo MAINTAINER= ports@FreeBSD.org -HAS_CONFIGURE= yes -MAN1= oleo.1 +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -post-install: - $(INSTALL_MAN) $(FILESDIR)/oleo.1 $(PREFIX)/man/man1 +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> |