summaryrefslogtreecommitdiff
path: root/math/xmgr/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:52:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-04-30 08:52:23 +0000
commitcf8401a0689fd47fc55808b2bbd1cdd688a7a0fb (patch)
tree0200eb18dadfaf89ea49f7ea627f63e32b3a1559 /math/xmgr/Makefile
parentSave xmgr history part 5. Original log: (diff)
Save xmgr history part the last. Back to the first import of the
xmgr-4.1.1 port. The maintainer changed with Andreas' consent. I'll remove print/xmgr in a couple of days when I'm sure there's no other breakage. <:)
Notes
Notes: svn path=/head/; revision=10785
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r--math/xmgr/Makefile36
1 files changed, 20 insertions, 16 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index a2c88e9d59a7..5c2d948036e0 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -1,28 +1,32 @@
# New ports collection makefile for: xmgr
-# Version required: 3.01pl8
+# Version required: 4.1.1
# Date created: So 2 Mär 1997 12:11:43 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.4 1998/04/30 08:37:07 tg Exp $
+# $Id: Makefile,v 1.5 1998/04/30 08:40:07 tg Exp $
#
-DISTNAME= xmgr-3.01
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
+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= andreas@FreeBSD.ORG
+MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
-WRKSRC= ${WRKDIR}/xmgr-3.01pl8/src
-USE_IMAKE= yes
-REQUIRES_MOTIF= yes
-NO_INSTALL_MANPAGES= yes
+BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \
+ ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf
+LIB_DEPENDS= Xbae\\.6\\.:${PORTSDIR}/x11/xbae
-pre-extract:
- @$(ECHO_MSG) "Xinside Motif ? Then put this into /etc/make.conf:"
- @$(ECHO_MSG) " MOTIFLIB=-L\${X11BASE}/lib -lXm -lXintl"
+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
-post-install:
- @( cd ${X11BASE}/bin; ln -sf xmgr grbatch )
+ALL_TARGET=
+INSTALL_TARGET= install links
.include <bsd.port.mk>