1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11/tilda/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: tilda
# Date created: 4 Jan 2005
# Whom: Vlad V. Teterya <vlad@vlad.uz.ua>
#
# $FreeBSD$
#
PORTNAME= tilda
PORTVERSION= 0.9.4
PORTREVISION= 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
LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse
GNU_CONFIGURE= yes
USE_GNOME= gtk20 vte
USE_GCC= 3.4+
USE_XLIB= yes
DOCS= AUTHORS ChangeLog README TODO
post-patch:
@${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \
${WRKSRC}/src/tilda.c
post-install:
.if !defined (NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
@${ECHO_MSG} ""
@${ECHO_MSG} ""
@${ECHO_MSG} " ATTENTION:"
@${ECHO_MSG} " If you are upgrade from version 0.09.1 or below,"
@${ECHO_MSG} " you'll need to delete your old config files and "
@${ECHO_MSG} " make them again."
@${ECHO_MSG} ""
@${ECHO_MSG} ""
.include <bsd.port.mk>