summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r--x11/Xbae/Makefile23
1 files changed, 13 insertions, 10 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
index ed9a716dcf3..d5092e28486 100644
--- a/x11/Xbae/Makefile
+++ b/x11/Xbae/Makefile
@@ -1,26 +1,29 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 17:06:14 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/07/29 06:25:15 jlam Exp $
#
-DISTNAME= Xbae-4.8.4
+DISTNAME= Xbae-4.9.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/
MAINTAINER= drochner@netbsd.org
HOMEPAGE= http://www.lesstif.org/Xbae.html
-COMMENT= Three Motif compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput
+COMMENT= Motif-compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput
-USE_MOTIF= yes
-USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_BUILDLINK_ONLY= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --disable-build-12 \
- --enable-build-20 --enable-default-20
-PLIST_SUBST+= LOCALBASE=${LOCALBASE}
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-motif-includes=${BUILDLINK_DIR}/include
+CONFIGURE_ARGS+= --with-motif-libraries=${BUILDLINK_DIR}/lib
+PLIST_SUBST+= LOCALBASE=${LOCALBASE}
post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
+ ${INSTALL_DATA} ${WRKSRC}/ac_find_xbae.m4 ${PREFIX}/share/aclocal
${TEST} ${PREFIX} = ${LOCALBASE} || \
${LN} -fs ${PREFIX}/share/aclocal/ac_find_xbae.m4 \
${LOCALBASE}/share/aclocal/ac_find_xbae.m4
+.include "../../x11/lesstif/buildlink.mk"
.include "../../mk/bsd.pkg.mk"