mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Add tilda, a Drop down x11 terminal with transparency support
PR: 89995 Submitted by: Vlad V. Teterya <vlad@vlad.uz.ua>
This commit is contained in:
parent
2100610af4
commit
402a2c2da7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150497
@ -176,6 +176,7 @@
|
||||
SUBDIR += sxpc
|
||||
SUBDIR += temperature.app
|
||||
SUBDIR += thinglaunch
|
||||
SUBDIR += tilda
|
||||
SUBDIR += tkXwin
|
||||
SUBDIR += tkgoodstuff
|
||||
SUBDIR += tycoon
|
||||
|
40
x11/tilda/Makefile
Normal file
40
x11/tilda/Makefile
Normal file
@ -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>
|
3
x11/tilda/distinfo
Normal file
3
x11/tilda/distinfo
Normal file
@ -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
|
8
x11/tilda/pkg-descr
Normal file
8
x11/tilda/pkg-descr
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user