diff options
author | tg <tg@FreeBSD.org> | 1998-04-30 16:31:53 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-30 16:31:53 +0800 |
commit | de7f919baaf4fe8fa61ff8a64b25e65839c3d8e1 (patch) | |
tree | 927f122e7073c31ee422e035ce51b65e25383837 /math/xmgr/Makefile | |
parent | fb225c91d222fd2d0edb102671deefa0bd01d8bd (diff) | |
download | freebsd-ports-graphics-de7f919baaf4fe8fa61ff8a64b25e65839c3d8e1.tar.gz freebsd-ports-graphics-de7f919baaf4fe8fa61ff8a64b25e65839c3d8e1.tar.zst freebsd-ports-graphics-de7f919baaf4fe8fa61ff8a64b25e65839c3d8e1.zip |
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).
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r-- | math/xmgr/Makefile | 39 |
1 files changed, 14 insertions, 25 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 293ea9a5b19..c60d960c694 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> |