8f4dc25866
unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
46 lines
1.2 KiB
Makefile
46 lines
1.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.9 2012/06/15 08:30:24 ajacoutot 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= 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>
|