aboutsummaryrefslogtreecommitdiffstats
path: root/x11/Terminal/Makefile
blob: 6df009dd0bbde11b483cee922d73bce50b4ed499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    Terminal
# Date created:     23 October 2004
# Whom:         Matt Lancereau <ports@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/x11/Terminal/Makefile,v 1.2 2006/10/08 00:20:31 mezz Exp $
#

PORTNAME=   Terminal
PORTVERSION=    0.2.4
PORTREVISION=   3
CATEGORIES= x11
MASTER_SITES=   http://download.berlios.de/xfce-goodies/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Terminal emulator for the X windowing system

LIB_DEPENDS=    exo-0.3:${PORTSDIR}/x11/libexo \
        xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  glib20 vte intlhack

MAN1=       Terminal.1

post-patch:
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e 's|    doc[    ]*||' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.mk>