aboutsummaryrefslogtreecommitdiffstats
path: root/x11/tilda
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-12-06 07:10:43 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-12-06 07:10:43 +0800
commit7670d2e85724e94adf67f57bf38a50a3a3ef4aae (patch)
treed7fc411fa8905403370373bfe6c358c07d92feee /x11/tilda
parentc2d168b9491de27c56dad5783e7870c2af49c336 (diff)
downloadfreebsd-ports-gnome-7670d2e85724e94adf67f57bf38a50a3a3ef4aae.tar.gz
freebsd-ports-gnome-7670d2e85724e94adf67f57bf38a50a3a3ef4aae.tar.zst
freebsd-ports-gnome-7670d2e85724e94adf67f57bf38a50a3a3ef4aae.zip
Add tilda, a Drop down x11 terminal with transparency support
PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
Diffstat (limited to 'x11/tilda')
-rw-r--r--x11/tilda/Makefile40
-rw-r--r--x11/tilda/distinfo3
-rw-r--r--x11/tilda/pkg-descr8
3 files changed, 51 insertions, 0 deletions
diff --git a/x11/tilda/Makefile b/x11/tilda/Makefile
new file mode 100644
index 000000000000..4d947b805359
--- /dev/null
+++ b/x11/tilda/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: tilda
+# Date created: 4 Jan 2005
+# Whom: Vlad V. Teterya <vlad@vlad.uz.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tilda
+PORTVERSION= 0.09.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= vlad@vlad.uz.ua
+COMMENT= Drop down x11 terminal with transparency support
+
+BUILD_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte
+RUN_DEPENDS= vte:${PORTSDIR}/x11-toolkits/vte
+
+GNU_CONFIGURE= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GCC= 3.4+
+
+PLIST_FILES= bin/tilda
+PORTDOCS= AUTHORS ChangeLog README TODO
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
+ ${WRKSRC}/src/readconf.c
+
+post-install:
+.if !defined (NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/x11/tilda/distinfo b/x11/tilda/distinfo
new file mode 100644
index 000000000000..35aa625e27cc
--- /dev/null
+++ b/x11/tilda/distinfo
@@ -0,0 +1,3 @@
+MD5 (tilda-0.09.1.tar.gz) = 1e5971447d2e1b3837dfc48edd172c52
+SHA256 (tilda-0.09.1.tar.gz) = eb21f070830edf8f216f1e0163adae29070a5f0d6c3cc3de6991d88e9626f85c
+SIZE (tilda-0.09.1.tar.gz) = 115620
diff --git a/x11/tilda/pkg-descr b/x11/tilda/pkg-descr
new file mode 100644
index 000000000000..adec3d845f08
--- /dev/null
+++ b/x11/tilda/pkg-descr
@@ -0,0 +1,8 @@
+Tilda is a x11 terminal taking after the likeness of many classic
+terminals from first person shooter games, Quake, Doom and Half-Life
+to name a few, where the terminal has no border and is hidden from
+the desktop till a key or keys is hit.
+
+WWW: http://tilda.sourceforge.net/
+
+- Vlad V. Teterya <vlad@vlad.uz.ua>