openbsd-ports/x11/partiwm/Makefile
jasper 48bf3c92b3 import parti 0.0.6, includes partiwm, xpra and wimpiggy.
Parti is a tabbing/tiling (one might say "partitioning") window manager.
Its goal is to bring this superior window management interface to
modern, mainstream desktop environments. It is written in Python and
uses GTK+.
[...]

ok aja@
2010-09-06 08:21:09 +00:00

40 lines
969 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/06 08:21:09 jasper Exp $
COMMENT= tiling window manager
DISTNAME= parti-all-0.0.6
PKGNAME= ${DISTNAME:S/-all//}
CATEGORIES= x11
HOMEPAGE= http://partiwm.googlecode.com/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/files/
MODULES= devel/gettext \
lang/python
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xtst atk-1.0 cairo expat
WANTLIB += ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread-stubs xcb xcb-render xcb-render-util
WANTLIB += z
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :pyrex->=0.9.9:devel/pyrex \
::x11/dbus-python \
::x11/py-gtk2
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>