summaryrefslogtreecommitdiff
path: root/math/xmgr/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:31:53 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:31:53 +0000
commit822a1b31dc72e6b2aae150219707bc40b08a7dcc (patch)
tree758a534a923247e200b267b76e86ee042799dfde /math/xmgr/Makefile
parentRemove xmgr. (diff)
After purchasing a load of brand new pointy hats for the Import
That Never Should Have Happened(TM), here's an attempt to save the history. Original log: New port xmgr. plotting tool for workstations, needs Motif or Lesstif. Prerequisite for another 2 ports for webstatistics (gwstat, wwwstat).
Notes
Notes: svn path=/head/; revision=10780
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r--math/xmgr/Makefile39
1 files changed, 14 insertions, 25 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index 293ea9a5b19b..c60d960c6948 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -1,32 +1,21 @@
-# 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>
+# New ports collection makefile for: xmgr
+# Version required: 3.01pl8
+# Date created: So 2 Mär 1997 12:11:43 MET
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/04/09 08:51:41 tg Exp $
#
-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/
+DISTNAME= xmgr-3.01
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications
-MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
+MAINTAINER= andreas@FreeBSD.ORG
-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
+WRKSRC= ${WRKDIR}/xmgr-3.01pl8/src
+USE_IMAKE= yes
+REQUIRES_MOTIF= yes
+NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>