openbsd-ports/x11/partiwm/Makefile

39 lines
898 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 11:46:14 espie Exp $
COMMENT= tiling window manager
DISTNAME= parti-all-0.0.6
PKGNAME= ${DISTNAME:S/-all//}
2011-09-16 08:29:12 -04:00
REVISION= 3
CATEGORIES= x11
HOMEPAGE= http://partiwm.googlecode.com/
# GPLv2
PERMIT_PACKAGE_CDROM= 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
2010-10-11 04:11:24 -04:00
WANTLIB += gio-2.0 glib-2.0 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}
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/ipython \
devel/pyrex>=0.9.9 \
x11/dbus-python \
x11/py-gtk2
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
.include <bsd.port.mk>