# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tabbed # tabbed/Makefile # tabbed/files # tabbed/files/patch-config.mk # tabbed/pkg-descr # tabbed/distinfo # echo c - tabbed mkdir -p tabbed > /dev/null 2>&1 echo x - tabbed/Makefile sed 's/^X//' >tabbed/Makefile << '0bd49f5bc834720d0a3f56c85a2ed1a7' X# New ports collection makefile for: tabbed X# Date created: September 03, 2010 X# Whom: Winston Weinert X# X# $FreeBSD$ X# X XPORTNAME= tabbed XPORTVERSION= 0.3 XCATEGORIES= x11 XMASTER_SITES= http://dl.suckless.org/tools/ X XMAINTAINER= winstonw@lavabit.com XCOMMENT= Simple generic tabbed fronted to xembed aware applications X XUSE_XORG= x11 X XMAN1= tabbed.1 XPLIST_FILES= bin/tabbed XPORTDOCS= LICENSE README X Xpre-everything:: X @${ECHO_MSG} "You can build tabbed with your own config.h using the TABBED_CONF knob:" X @${ECHO_MSG} "make TABBED_CONF=/path/to/tabbed/config.h install clean" X Xpost-extract: X.if defined(TABBED_CONF) X @${ECHO_MSG} "creating config.h from ${TABBED_CONF}" X @${CP} ${TABBED_CONF} ${WRKSRC}/config.h X.endif X Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" X @${MKDIR} ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include 0bd49f5bc834720d0a3f56c85a2ed1a7 echo c - tabbed/files mkdir -p tabbed/files > /dev/null 2>&1 echo x - tabbed/files/patch-config.mk sed 's/^X//' >tabbed/files/patch-config.mk << 'd0b056b78f90112746969bb19000562e' X--- config.mk.orig 2010-09-03 23:40:32.000000000 -0500 X+++ config.mk 2010-09-03 23:42:18.000000000 -0500 X@@ -4,12 +4,12 @@ X # Customize below to fit your system X X # paths X-PREFIX = /usr/local X-MANPREFIX = ${PREFIX}/share/man X+PREFIX?= /usr/local X+MANPREFIX = ${PREFIX}/man X X # includes and libs X-INCS = -I. -I/usr/include X-LIBS = -L/usr/lib -lc -lX11 X+INCS = -I. -I/usr/include -I/usr/local/include X+LIBS = -L/usr/lib -L/usr/local/lib -lc -lX11 X X # flags X CPPFLAGS = -DVERSION=\"${VERSION}\" X@@ -21,4 +21,4 @@ X #LDFLAGS = ${LIBS} X X # compiler and linker X-CC = cc X+CC?= cc d0b056b78f90112746969bb19000562e echo x - tabbed/pkg-descr sed 's/^X//' >tabbed/pkg-descr << '3752bd8c5cd4c8d27ed14df22ee55e35' Xtabbed is a simple Xembed container manager based on Xlib. tabbed Xwas originally designed for surf but also usable with many other Xapplication, i.e. uzbl, urxvt and xterm. X XIt consists of a single binary, configuration is done at compile-time Xby a single config.h file. X XWWW: http://tools.suckless.org/tabbed 3752bd8c5cd4c8d27ed14df22ee55e35 echo x - tabbed/distinfo sed 's/^X//' >tabbed/distinfo << '47f7aea96a0c4ad417a8cf47959cd6e9' XMD5 (tabbed-0.3.tar.gz) = 4a30458f9adc38db549f735b8fb6451b XSHA256 (tabbed-0.3.tar.gz) = bb72aa6e4831e0aadee8a6232d8532a548e736236bbaaed970e77fb5d3177ff0 XSIZE (tabbed-0.3.tar.gz) = 9177 47f7aea96a0c4ad417a8cf47959cd6e9 exit