mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
4ba19e7015
ports, or had been recently unblocked. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
35 lines
763 B
Makefile
35 lines
763 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sakura
|
|
PORTVERSION= 3.4.0
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= http://launchpadlibrarian.net/301803318/
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Terminal emulator based on GTK and VTE
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls
|
|
|
|
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>
|