1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/math/xmgr/Makefile
Thomas Gellekum cf8401a068 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. <:)
1998-04-30 08:52:23 +00:00

33 lines
994 B
Makefile

# New ports collection makefile for: xmgr
# 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.5 1998/04/30 08:40:07 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/
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>