summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:28:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-26 09:28:34 +0000
commitbfd37ff3301e08fa16a952e558cc44d7579e4636 (patch)
treee4eb7ec2701f8159305711742a339f589c666333 /x11-toolkits
parentFix build with recent binutils (diff)
Fix build with newer binutils
OptionsNG Remove leading article in comment
Notes
Notes: svn path=/head/; revision=323707
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/sakura/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/sakura/Makefile b/x11-toolkits/sakura/Makefile
index 8210131c5082..bc40be89839c 100644
--- a/x11-toolkits/sakura/Makefile
+++ b/x11-toolkits/sakura/Makefile
@@ -8,14 +8,18 @@ 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
+COMMENT= Terminal emulator based on GTK and VTE
+
+OPTIONS_DEFINE= DOCS
USE_GNOME= vte
USES= cmake pkgconfig gettext
USE_BZIP2= yes
+LDFLAGS+= -lintl
MAN1= sakura.1
+.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \
/"-O2"/d ; \
@@ -23,7 +27,7 @@ post-patch:
/FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif