openbsd-ports/x11/devilspie/Makefile
sturm 2b76ccd6ee Initial import devilspie 0.16
Devil's Pie can be configured to detect windows as they are created, and
match the window to a set of rules. If the window matches the rules, it
can perform a series of actions on that window.

from Olle Nilsson <olle at vexed.se>
2006-04-17 15:28:41 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/04/17 15:28:41 sturm Exp $
COMMENT= "window manipulation tool"
DISTNAME= devilspie-0.16
CATEGORIES= x11
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
MAINTAINER= Olle Nilsson <olle@vexed.se>
# GNU
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xft Xrender atk-1.0.0.0 c fontconfig freetype \
gdk_pixbuf-2.0.0.0 gdk-x11-2.0.0.0 glib-2.0.0.0 \
gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 m \
pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 \
pangoxft-1.0.0.0
MASTER_SITES= http://www.burtonini.com/computing/
MODULES= devel/gettext
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
:intltool-*:textproc/intltool \
:p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= wnck-1.16::devel/libwnck
SEPARATE_BUILD= concurrent
USE_X11= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie
.include <bsd.port.mk>