summaryrefslogtreecommitdiff
path: root/math/xmgr/Makefile
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-12-12 22:27:21 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-12-12 22:27:21 +0000
commit025541a16d98a164b47642be994c652bf0121248 (patch)
treed37107acdc16e266d75e63b7054b2a3b9098f0ff /math/xmgr/Makefile
parentActivate math/spin (diff)
Make this build under ELF.
PR: ports/9025 Submitted by: root@cache-t.hrz.uni-bielefeld.de
Notes
Notes: svn path=/head/; revision=15313
Diffstat (limited to 'math/xmgr/Makefile')
-rw-r--r--math/xmgr/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index 726934ad2a4c..a3a47e1ae62f 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -3,7 +3,7 @@
# Date created: So 2 Mär 1997 12:11:43 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.11 1998/09/27 20:18:19 steve Exp $
+# $Id: Makefile,v 1.12 1998/10/28 17:04:20 fenner Exp $
#
DISTNAME= xmgr-4.1.1
@@ -15,8 +15,6 @@ MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ \
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
-BROKEN_ELF= build
-
BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \
${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf
LIB_DEPENDS= Xbae.6:${PORTSDIR}/x11-toolkits/xbae
@@ -32,4 +30,10 @@ CONFIGURE_ARGS= -prefix=${X11BASE} \
ALL_TARGET=
INSTALL_TARGET= install links
+post-patch:
+ mv ${WRKSRC}/configure ${WRKSRC}/configure.input
+ sed "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure
+ rm -f ${WRKSRC}/configure.input
+ chmod 755 ${WRKSRC}/configure
+
.include <bsd.port.mk>