summaryrefslogtreecommitdiff
path: root/x11/transset-df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/transset-df/Makefile')
-rw-r--r--x11/transset-df/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/transset-df/Makefile b/x11/transset-df/Makefile
new file mode 100644
index 00000000000..a69cd90b580
--- /dev/null
+++ b/x11/transset-df/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/23 17:56:11 drochner Exp $
+#
+
+DISTNAME= transset-df-5
+CATEGORIES= x11
+MASTER_SITES= http://forchheimer.se/transset-df/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://forchheimer.se/transset-df/
+COMMENT= Patched version of xorg's transset
+
+BUILD_TARGET= transset-df
+USE_TOOLS+= pkg-config
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin
+
+.include "../../x11/libXcomposite/buildlink3.mk"
+.include "../../x11/libXfixes/buildlink3.mk"
+.include "../../x11/libXdamage/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"