diff options
author | uebayasi <uebayasi> | 2003-01-16 05:40:54 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-16 05:40:54 +0000 |
commit | a0e2704015f77801a64e3ba3dcc3bd2e66bda335 (patch) | |
tree | d34bf4df2795a0d59143c13d457d2cc8bebf2cc8 /x11/mowitz/Makefile | |
parent | 60d3c0fd3da525244c9c913b73e79647da82fcae (diff) | |
download | pkgsrc-a0e2704015f77801a64e3ba3dcc3bd2e66bda335.tar.gz |
Initial import of Mowitz 0.2.1. Required by newer SIAG.
This is the Mowitz ("More widgets") library.
The project's goal is to create a library of widgets for X
applications to use. The widgets have been snarfed from various
sources and are all open source (GPL or MIT licenses).
Diffstat (limited to 'x11/mowitz/Makefile')
-rw-r--r-- | x11/mowitz/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/mowitz/Makefile b/x11/mowitz/Makefile new file mode 100644 index 00000000000..dc4dd4c9bdf --- /dev/null +++ b/x11/mowitz/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/16 05:40:54 uebayasi Exp $ + +DISTNAME= Mowitz-0.2.1 +CATEGORIES= x11 +MASTER_SITES= ftp://siag.nu/pub/mowitz/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://siag.nu/mowitz/ +COMMENT= "More widgets" library + +USE_BUILDLINK2= yes +GNU_CONFIGURE= yes +USE_X11= yes + +.include "../../mk/bsd.prefs.mk" + +.if ${XAW_TYPE} == "xpm" +CONFIGURE_ARGS+=--with-xawm=XawXpm +.elif ${XAW_TYPE} == "3d" +CONFIGURE_ARGS+=--with-xawm=Xaw3d +.elif ${XAW_TYPE} == "neXtaw" +CONFIGURE_ARGS+=--with-xawm=neXtaw +.else +CONFIGURE_ARGS+=--with-xawm=Xaw +.endif + +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/xaw.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |