diff options
author | leot <leot@pkgsrc.org> | 2016-02-01 15:05:56 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2016-02-01 15:05:56 +0000 |
commit | 7163ad96fe0261ddbb9b07155868807a351c615e (patch) | |
tree | 3e202d688717bb7e47b426a49d57016a30d0f344 | |
parent | 44cba1945dd4068ce2a06d4264ab345d81a2a4a4 (diff) | |
download | pkgsrc-7163ad96fe0261ddbb9b07155868807a351c615e.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.
-rw-r--r-- | x11/tabbed/DESCR | 3 | ||||
-rw-r--r-- | x11/tabbed/Makefile | 28 | ||||
-rw-r--r-- | x11/tabbed/PLIST | 3 | ||||
-rw-r--r-- | x11/tabbed/distinfo | 5 |
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 |