aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/sakura/Makefile
blob: 1a59f2c71267917866661c6cda7418af64766ff8 (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
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    sakura
# Date created:             2008/06/20
# Whom:                 chinsan
#
# $FreeBSD$
#

PORTNAME=   sakura
PORTVERSION=    2.3.7
PORTREVISION=   1
CATEGORIES= x11-toolkits gnome
MASTER_SITES=   http://www.pleyades.net/david/projects/sakura/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A terminal emulator based on GTK and VTE

USE_GNOME=  vte
USE_GETTEXT=    yes
USE_CMAKE=  yes

MAN1=       sakura.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 700000
BROKEN=     does not compile
.endif

post-patch:
    @${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \
         /"-O2"/d ; \
        's,share/man,man,g' ; \
         /FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif

.include <bsd.port.post.mk>