summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
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"