1998-04-30 04:31:53 -04:00
|
|
|
|
# New ports collection makefile for: xmgr
|
1998-04-30 04:52:23 -04:00
|
|
|
|
# Version required: 4.1.1
|
1998-04-30 04:31:53 -04:00
|
|
|
|
# Date created: So 2 M<>r 1997 12:11:43 MET
|
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
1998-04-09 04:51:42 -04:00
|
|
|
|
#
|
1999-08-30 07:53:46 -04:00
|
|
|
|
# $FreeBSD$
|
1998-04-09 04:51:42 -04:00
|
|
|
|
#
|
|
|
|
|
|
1998-04-30 04:52:23 -04:00
|
|
|
|
DISTNAME= xmgr-4.1.1
|
|
|
|
|
CATEGORIES= math print
|
1998-06-29 14:46:39 -04:00
|
|
|
|
MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
|
|
|
|
|
ftp://plasma-gate.weizmann.ac.il/pub/xmgr4/src/old/ \
|
1998-10-28 12:04:20 -05:00
|
|
|
|
ftp://fire.mpi-stuttgart.mpg.de/pub/mirrors/xmgr4/src/old/ \
|
1998-06-29 14:46:39 -04:00
|
|
|
|
ftp://wauug.erols.com/pub/X-Windows/xmgr4/src/old/
|
1998-04-09 04:51:42 -04:00
|
|
|
|
|
1998-04-30 04:52:23 -04:00
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
1998-04-09 04:51:42 -04:00
|
|
|
|
|
1998-04-30 04:52:23 -04:00
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \
|
|
|
|
|
${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf
|
1999-09-11 10:37:09 -04:00
|
|
|
|
LIB_DEPENDS= Xbae.7:${PORTSDIR}/x11-toolkits/xbae
|
1998-04-09 04:51:42 -04:00
|
|
|
|
|
1998-08-05 05:31:52 -04:00
|
|
|
|
USE_X_PREFIX= YES
|
1999-05-12 03:46:53 -04:00
|
|
|
|
REQUIRES_MOTIF= YES
|
1998-04-30 04:52:23 -04:00
|
|
|
|
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
|
1998-04-30 04:37:08 -04:00
|
|
|
|
|
1998-04-30 04:52:23 -04:00
|
|
|
|
ALL_TARGET=
|
|
|
|
|
INSTALL_TARGET= install links
|
1998-04-30 04:35:42 -04:00
|
|
|
|
|
1998-12-12 17:27:21 -05:00
|
|
|
|
post-patch:
|
1999-08-27 22:42:41 -04:00
|
|
|
|
${MV} ${WRKSRC}/configure ${WRKSRC}/configure.input
|
1999-08-27 22:17:34 -04:00
|
|
|
|
${SED} "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure
|
1999-08-27 22:42:41 -04:00
|
|
|
|
${RM} -f ${WRKSRC}/configure.input
|
1999-08-22 15:01:07 -04:00
|
|
|
|
${CHMOD} 755 ${WRKSRC}/configure
|
1998-12-12 17:27:21 -05:00
|
|
|
|
|
1998-04-09 04:51:42 -04:00
|
|
|
|
.include <bsd.port.mk>
|