2008-06-21 16:15:20 +02:00
|
|
|
# New ports collection makefile for: sakura
|
|
|
|
# Date created: 2008/06/20
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sakura
|
2010-07-16 05:41:52 +02:00
|
|
|
PORTVERSION= 2.3.8
|
2010-07-16 08:25:04 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2009-09-02 18:43:46 +02:00
|
|
|
MASTER_SITES= http://www.pleyades.net/david/projects/sakura/
|
2008-06-21 16:15:20 +02:00
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-06-21 16:15:20 +02:00
|
|
|
COMMENT= A terminal emulator based on GTK and VTE
|
|
|
|
|
2009-06-03 07:14:50 +02:00
|
|
|
USE_GNOME= vte
|
2008-06-21 16:15:20 +02:00
|
|
|
USE_GETTEXT= yes
|
2009-09-02 18:43:46 +02:00
|
|
|
USE_CMAKE= yes
|
2008-06-21 16:15:20 +02:00
|
|
|
|
2010-03-13 19:51:55 +01:00
|
|
|
MAN1= sakura.1
|
|
|
|
|
2010-05-17 20:47:42 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 700000
|
|
|
|
BROKEN= does not compile
|
|
|
|
.endif
|
|
|
|
|
2009-09-02 18:43:46 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/NOT MATCHES "Debug"/d ; \
|
|
|
|
/"-O2"/d ; \
|
2010-03-13 19:51:55 +01:00
|
|
|
's,share/man,man,g' ; \
|
2009-09-02 18:43:46 +02:00
|
|
|
/FILES INSTALL/d' ${WRKSRC}/CMakeLists.txt
|
2008-06-21 16:15:20 +02:00
|
|
|
|
2009-09-02 18:43:46 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
|
|
|
|
.endif
|
2008-06-21 16:15:20 +02:00
|
|
|
|
2010-05-17 20:47:42 +02:00
|
|
|
.include <bsd.port.post.mk>
|