diff options
author | drochner <drochner> | 2000-02-03 19:41:03 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-02-03 19:41:03 +0000 |
commit | bd908f6a0c7956856a9e4ae6e3ca4ddab0fdc9b0 (patch) | |
tree | 240e1102560eaed05edb1b8fdd133ac7816cf615 /x11/Xbae/Makefile | |
parent | 5c2eba219800db8a19edef43e9a1e79a2808b026 (diff) | |
download | pkgsrc-bd908f6a0c7956856a9e4ae6e3ca4ddab0fdc9b0.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/Makefile | 18 |
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" |