aboutsummaryrefslogtreecommitdiff
path: root/x11/tilda
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-05 23:10:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-05 23:10:43 +0000
commit402a2c2da75bbf8313f0634b80b9ecd56f38fd84 (patch)
treead00032a8a69c0949459b0f6131999d349dd5b63 /x11/tilda
parent2100610af49a243bd8b9f9635c06dfb629a6dcdf (diff)
downloadports-402a2c2da75bbf8313f0634b80b9ecd56f38fd84.tar.gz
ports-402a2c2da75bbf8313f0634b80b9ecd56f38fd84.zip
Add tilda, a Drop down x11 terminal with transparency support
PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
Notes
Notes: svn path=/head/; revision=150497
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>