43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:46:16 espie Exp $
|
|
|
|
COMMENT = desktop daemon to perform advanced window manipulations
|
|
|
|
V = 0.2.4
|
|
DISTNAME = winwrangler-$V
|
|
REVISION= 5
|
|
|
|
CATEGORIES = x11
|
|
|
|
HOMEPAGE = https://launchpad.net/winwrangler
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/0.2/$V/+download/
|
|
|
|
MODULES = devel/gettext \
|
|
textproc/intltool
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
RUN_DEPENDS = x11/gtk+2,-guic
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
|
|
|
LIB_DEPENDS = x11/gtkhotkey \
|
|
devel/libwnck \
|
|
devel/libexecinfo \
|
|
devel/startup-notification
|
|
|
|
WANTLIB += ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 gio-2.0 glib-2.0
|
|
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pcre
|
|
WANTLIB += pixman-1 png pthread-stubs xcb xcb-atom xcb-aux
|
|
WANTLIB += xcb-event z gtkhotkey wnck-1 execinfo startup-notification-1
|
|
|
|
.include <bsd.port.mk>
|