2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2010/11/22 08:37:05 espie Exp $
|
2009-09-27 15:17:11 -04:00
|
|
|
|
|
|
|
COMMENT = desktop daemon to perform advanced window manipulations
|
|
|
|
|
2009-10-29 15:37:17 -04:00
|
|
|
V = 0.2.4
|
2009-09-27 15:17:11 -04:00
|
|
|
DISTNAME = winwrangler-$V
|
2010-10-11 04:11:24 -04:00
|
|
|
REVISION= 2
|
2009-12-21 15:46:00 -05:00
|
|
|
|
2009-09-27 15:17:11 -04:00
|
|
|
CATEGORIES = x11
|
|
|
|
|
|
|
|
HOMEPAGE = https://launchpad.net/winwrangler
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/0.2/$V/+download/
|
|
|
|
|
|
|
|
MODULES = devel/gettext
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS = x11/gtkhotkey \
|
|
|
|
devel/libwnck \
|
|
|
|
devel/libexecinfo \
|
|
|
|
devel/startup-notification
|
2009-09-27 15:17:11 -04:00
|
|
|
|
|
|
|
WANTLIB += ICE SM X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
2009-10-29 15:37:17 -04:00
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 gio-2.0 glib-2.0
|
2009-09-27 15:17:11 -04:00
|
|
|
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pcre
|
2009-10-29 15:37:17 -04:00
|
|
|
WANTLIB += pixman-1 png pthread-stubs xcb xcb-atom xcb-aux
|
2010-07-30 02:58:57 -04:00
|
|
|
WANTLIB += xcb-event z gtkhotkey wnck-1 execinfo startup-notification-1
|
2009-09-27 15:17:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|