summaryrefslogtreecommitdiff
path: root/wm/openbox3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/openbox3/Makefile')
-rw-r--r--wm/openbox3/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/wm/openbox3/Makefile b/wm/openbox3/Makefile
new file mode 100644
index 00000000000..b12d678d6ec
--- /dev/null
+++ b/wm/openbox3/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/13 19:08:12 xtraeme Exp $
+
+DISTNAME= openbox-3.0
+CATEGORIES= wm x11
+MASTER_SITES= http://icculus.org/openbox/releases/
+
+MAINTAINER= snj@pobox.com
+HOMEPAGE= http://icculus.org/openbox/
+COMMENT= Standards compliant, light-weight and extensible window manager
+
+BUILD_USES_MSGFMT= YES
+DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
+DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
+USE_X11= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/parser/obparser-3.0.pc.in
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/render/obrender-3.0.pc.in
+
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../x11/startup-notification/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"