mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
36 lines
723 B
Makefile
36 lines
723 B
Makefile
# Created by: chinsan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sakura
|
|
PORTVERSION= 3.7.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= http://launchpadlibrarian.net/478552087/
|
|
|
|
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
|
|
|
|
USES= cmake gnome pkgconfig gettext perl5 tar:bz2 xorg
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_GNOME= cairo gdkpixbuf2 vte3
|
|
USE_XORG= x11
|
|
USE_PERL5= build
|
|
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>
|