summaryrefslogtreecommitdiff
path: root/x11/py-terminator-plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/py-terminator-plugins/Makefile')
-rw-r--r--x11/py-terminator-plugins/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/py-terminator-plugins/Makefile b/x11/py-terminator-plugins/Makefile
new file mode 100644
index 00000000000..9fad3bf5002
--- /dev/null
+++ b/x11/py-terminator-plugins/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2016/12/22 17:52:43 kamil Exp $
+
+GITHUB_PROJECT= TerminatorPlugins
+DISTNAME= ${PYPKGPREFIX}-terminator-plugins-1.0
+CATEGORIES= python x11
+MASTER_SITES= ${MASTER_SITE_GITHUB:=camillo/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/camillo/TerminatorPlugins/
+COMMENT= Set of plugins for terminator
+LICENSE= public-domain
+
+WRKSRC= ${WRKDIR}/TerminatorPlugins-${PKGVERSION_NOREV}
+
+NO_BUILD= yes
+PY_PATCHPLIST= yes
+
+TERMINATORLIB_PLUGINS= ${PREFIX}/${PYSITELIB}/terminatorlib/plugins/
+
+do-install:
+ ${RUN} ${INSTALL_DATA_DIR} ${DESTDIR}${TERMINATORLIB_PLUGINS}
+.for plugin in LayoutManager.py TerminalExporter.py
+ ${RUN} cd ${WRKSRC} && \
+ ${INSTALL_DATA} plugins/${plugin} ${DESTDIR}${TERMINATORLIB_PLUGINS}
+.endfor
+
+.include "../../lang/python/pyversion.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"