summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorleot <leot>2016-02-01 15:05:56 +0000
committerleot <leot>2016-02-01 15:05:56 +0000
commitb6b50e291c7fdf032fab9cf5113275f7c54c4658 (patch)
tree3e202d688717bb7e47b426a49d57016a30d0f344 /x11
parentc3796eb828405ec8be20e7b0e931e4c67347af94 (diff)
downloadpkgsrc-b6b50e291c7fdf032fab9cf5113275f7c54c4658.tar.gz
Import tabbed-0.6 as x11/tabbed.
Packaged by Daniel Ölschlegel in pkgsrc-wip. Simple generic tabbed fronted to xembed aware applications, originally designed for surf but also usable with many other application, i.e. uzbl, urxvt and xterm.
Diffstat (limited to 'x11')
-rw-r--r--x11/tabbed/DESCR3
-rw-r--r--x11/tabbed/Makefile28
-rw-r--r--x11/tabbed/PLIST3
-rw-r--r--x11/tabbed/distinfo5
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/tabbed/DESCR b/x11/tabbed/DESCR
new file mode 100644
index 00000000000..73e83483332
--- /dev/null
+++ b/x11/tabbed/DESCR
@@ -0,0 +1,3 @@
+Simple generic tabbed fronted to xembed aware applications, originally
+designed for surf but also usable with many other application, i.e.
+uzbl, urxvt and xterm.
diff --git a/x11/tabbed/Makefile b/x11/tabbed/Makefile
new file mode 100644
index 00000000000..a1b77269709
--- /dev/null
+++ b/x11/tabbed/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2016/02/01 15:05:56 leot Exp $
+
+DISTNAME= tabbed-0.6
+CATEGORIES= x11
+MASTER_SITES= http://dl.suckless.org/tools/
+
+MAINTAINER= amoibos@gmail.com
+HOMEPAGE= http://tools.suckless.org/tabbed/
+COMMENT= Simple generic tabbed frontend to xembed aware applications
+LICENSE= mit
+
+USE_TOOLS+= pkg-config
+
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-configure
+SUBST_MESSAGE.makefile= Fixing config.mk
+SUBST_FILES.makefile= config.mk
+SUBST_SED.makefile+= -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+= -e 's,share/man,${PKGMANDIR},g'
+SUBST_SED.makefile+= -e 's,/usr/X11R6,${X11BASE},'
+SUBST_SED.makefile+= -e 's,^CFLAGS = ,CFLAGS += ,'
+SUBST_SED.makefile+= -e 's,^LDFLAGS = ,LDFLAGS += ,'
+SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
+
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/tabbed/PLIST b/x11/tabbed/PLIST
new file mode 100644
index 00000000000..2a98bee1626
--- /dev/null
+++ b/x11/tabbed/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2016/02/01 15:05:56 leot Exp $
+bin/tabbed
+man/man1/tabbed.1
diff --git a/x11/tabbed/distinfo b/x11/tabbed/distinfo
new file mode 100644
index 00000000000..1e4e1953a3f
--- /dev/null
+++ b/x11/tabbed/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2016/02/01 15:05:56 leot Exp $
+
+SHA1 (tabbed-0.6.tar.gz) = 3c64d79817337f86f0cdd60b5b79af7e77d4a5f9
+RMD160 (tabbed-0.6.tar.gz) = 8d92c6b315bbdcdb2c7635d411c1f674e90d04f4
+Size (tabbed-0.6.tar.gz) = 12926 bytes