summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-02-03 19:41:03 +0000
committerdrochner <drochner@pkgsrc.org>2000-02-03 19:41:03 +0000
commita05c844ba4a4b493c4a1c84dc369f104a81f0008 (patch)
tree240e1102560eaed05edb1b8fdd133ac7816cf615 /x11/Xbae/Makefile
parent9a23e2d5ca2b4c2b07834e04483b991a7901e131 (diff)
downloadpkgsrc-a05c844ba4a4b493c4a1c84dc369f104a81f0008.tar.gz
add Xbae package: 3 Motif widgets which come with lesstif but are not
installed by our lesstif pkg
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r--x11/Xbae/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
new file mode 100644
index 00000000000..b2cef3dabb5
--- /dev/null
+++ b/x11/Xbae/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/03 19:41:03 drochner Exp $
+#
+
+DISTNAME= Xbae-4.7.1
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/
+
+MAINTAINER= drochner@netbsd.org
+HOMEPAGE= http://www.lesstif.org/Xbae.html
+
+USE_MOTIF= yes
+USE_LIBTOOL= yes
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-build-12 \
+ --enable-build-20 --enable-default-20
+
+.include "../../mk/bsd.pkg.mk"