summaryrefslogtreecommitdiff
path: root/x11/devilspie/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-10-04 16:46:23 +0000
committerwiz <wiz@pkgsrc.org>2005-10-04 16:46:23 +0000
commit01aa968351102bec92093d30bc2d13b3463fba95 (patch)
tree7f2e57278e5d1ecc364e5601b39651da3a2a686b /x11/devilspie/Makefile
parent8f1da2c3e0093b90510581a0a6375bb94b4314da (diff)
downloadpkgsrc-01aa968351102bec92093d30bc2d13b3463fba95.tar.gz
Update to 0.13.
Add some direct dependencies, according to verifypc. Devil's Pie "Wind The Frog" 0.13 ================================ * Total rewrite. * No, really. A complete rewrite, no file left untouched. Many thanks to Pixar Animation Studios for sponsoring this work. * Use s-expressions instead of XML as the configuration file format, allowing matches to be combined in new and exciting ways with (and) (or) and (not) operators. * Read configuration from both the users home directory and /etc, allowing centralised configuration. * Add the beginnings of a test suite. Devil's Pie "Trying To Make Their Paper" 0.12 ============================================= * Quit if no flurbs were loaded * Use GOption * Major code cleanup
Diffstat (limited to 'x11/devilspie/Makefile')
-rw-r--r--x11/devilspie/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile
index 2525575de19..3e248f46d75 100644
--- a/x11/devilspie/Makefile
+++ b/x11/devilspie/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2005/09/27 20:11:30 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2005/10/04 16:46:23 wiz Exp $
-DISTNAME= devilspie-0.11
+DISTNAME= devilspie-0.13
CATEGORIES= x11
MASTER_SITES= http://www.burtonini.com/computing/
@@ -13,20 +13,20 @@ BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt
USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
+TEST_TARGET= check
-LIBS+= -lX11
+#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/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"