diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-20 05:50:21 +0000 |
commit | 278d839aca62face8a91015097d821cfbd522112 (patch) | |
tree | 95b28b28ee8987cbc597a0a8ff737fd1aec306c6 /math/oleo/Makefile | |
parent | 418136972c475af8b1ae8a8650bdcd148a372861 (diff) | |
download | ports-278d839aca62face8a91015097d821cfbd522112.tar.gz ports-278d839aca62face8a91015097d821cfbd522112.zip |
Notes
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 1852d68eb136..993966599311 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> |