blob: 1c0e355c29f8c424cd48d07e39cf9c51507c3f7d (
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
|
# Created by: chinsan
# $FreeBSD$
PORTNAME= sakura
PORTVERSION= 3.5.0
PORTREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= http://launchpadlibrarian.net/336915548/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Terminal emulator based on GTK and VTE
LICENSE= GPLv2
LIB_DEPENDS= libgnutls.so:security/gnutls \
libpcre2-8.so:devel/pcre2
BROKEN_powerpc64= fails to build: sakura.c:1348: 'for' loop initial declaration used outside C99 mode
OPTIONS_DEFINE= DOCS
USE_GNOME= cairo gdkpixbuf2 vte3
USE_XORG= x11
USES= cmake pkgconfig gettext tar:bzip2
LDFLAGS+= -lintl
post-patch:
@${REINPLACE_CMD} -e 's,share/man,man,g ; \
/-O2/d ; \
/FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
|