diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-26 17:28:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-26 17:28:34 +0800 |
commit | d33bb321e139e6cdacb66a10ba4436c3aa1eec4f (patch) | |
tree | e4eb7ec2701f8159305711742a339f589c666333 /x11-toolkits/sakura | |
parent | 8616af6a17ee606e67b8bb9c194888264095b0e0 (diff) | |
download | freebsd-ports-gnome-d33bb321e139e6cdacb66a10ba4436c3aa1eec4f.tar.gz freebsd-ports-gnome-d33bb321e139e6cdacb66a10ba4436c3aa1eec4f.tar.zst freebsd-ports-gnome-d33bb321e139e6cdacb66a10ba4436c3aa1eec4f.zip |
Fix build with newer binutils
OptionsNG
Remove leading article in comment
Diffstat (limited to 'x11-toolkits/sakura')
-rw-r--r-- | x11-toolkits/sakura/Makefile | 8 |
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 |