diff options
author | jlam <jlam> | 2001-07-29 06:25:15 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-29 06:25:15 +0000 |
commit | 97f2f6382ce56dd2d3c7ea939e2358394e07caf2 (patch) | |
tree | 311f66194094b611aacadc41849cd54f4132e502 /x11/Xbae/Makefile | |
parent | 234d6e73c3d6cb1206450c01da696d3869c45960 (diff) | |
download | pkgsrc-97f2f6382ce56dd2d3c7ea939e2358394e07caf2.tar.gz |
Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:
* Row height and true-color (aka 24-bit color) support.
* Support for bold columns in XbaeMatrix.
* Bugfixes.
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r-- | x11/Xbae/Makefile | 23 |
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" |