diff options
author | tg <tg@FreeBSD.org> | 1998-04-09 16:51:42 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-09 16:51:42 +0800 |
commit | d3592fb2d9423829bd7cb894601958846ec5daca (patch) | |
tree | ac1ee2e0ea5435a003981af78e27a72330cbcf3e /math/xmgr/Makefile | |
parent | 9fbf9d211a4ba9e7516f77535b25a28c0b182025 (diff) | |
download | freebsd-ports-graphics-d3592fb2d9423829bd7cb894601958846ec5daca.tar.gz freebsd-ports-graphics-d3592fb2d9423829bd7cb894601958846ec5daca.tar.zst freebsd-ports-graphics-d3592fb2d9423829bd7cb894601958846ec5daca.zip |
Import xmgr port. xmgr is an XY plotting tool with a point-and-click interface.
PR: 5989
Submitted by: Lars Köller <Lars.Koeller@Uni-Bielefeld.DE>
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r-- | math/xmgr/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile new file mode 100644 index 00000000000..293ea9a5b19 --- /dev/null +++ b/math/xmgr/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xmgr-4.1.1 +# Version required: 4.1.1 +# Date created: Sun 18 Dec 1997 +# Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> +# +# $Id$ +# + +DISTNAME= xmgr-4.1.1 +CATEGORIES= math print +MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/ \ + ftp://fire.mpi-stuttgart.mpg.de/pub/mirror/xmgr4/src/ \ + ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/ + +MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE + +BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \ + ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf +LIB_DEPENDS= Xbae\\.6\\.:${PORTSDIR}/x11/xbae + +USE_X11= YES +REQUIRE_MOTIF= YES +HAS_CONFIGURE= YES +CONFIGURE_ARGS= -prefix=${X11BASE} \ + --enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \ + --enable-extra-ldpath=${LOCALBASE}/lib --enable-libhelp \ + --enable-mfhdf --enable-acegr-home=${X11BASE}/lib/X11/xmgr + +ALL_TARGET= +INSTALL_TARGET= install links + +.include <bsd.port.mk> |