fe3beebedc
Devil's Pie "Used To Love You" 0.11 =================================== * Add an action to shade windows by Anonymous. I didn't write it but I've lost the mail the patch came in... * Fix the window type action * Fix the execute action * Check for xsltproc in configure, as it's required
32 lines
969 B
Makefile
32 lines
969 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/09/27 20:11:30 wiz Exp $
|
|
|
|
DISTNAME= devilspie-0.11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.burtonini.com/computing/
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie/
|
|
COMMENT= Window-matching utility to customize window behavior
|
|
|
|
BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
LIBS+= -lX11
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devilspie
|
|
${INSTALL_DATA} ${WRKSRC}/sample-config.xml \
|
|
${PREFIX}/share/examples/devilspie/
|
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|