summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r--x11/Xbae/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
index 5df4fd1796d..9d1e5737e7a 100644
--- a/x11/Xbae/Makefile
+++ b/x11/Xbae/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2004/11/23 17:04:15 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2005/02/18 14:51:01 wiz Exp $
#
-DISTNAME= xbae-4.50.99
-PKGNAME= Xbae-4.50.99
+DISTNAME= xbae-4.51.01
+PKGNAME= Xbae-4.51.01
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
@@ -11,20 +11,16 @@ HOMEPAGE= http://xbae.sourceforge.net/
COMMENT= Motif-compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput
USE_BUILDLINK3= YES
-USE_X11BASE= YES
+USE_X11= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include
CONFIGURE_ARGS+= --with-motif-libraries=${MOTIFBASE}/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 "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"