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