freebsd-ports/devel/titano/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

49 lines
1.3 KiB
Makefile

# New ports collection makefile for: Titano
# Date created: 25 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= titano
PORTVERSION= 0.0.7
PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= An IDE for GNOME desktop
LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode
USE_GNOME= gnomelibs libglade
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
EXTRA_PATCHES+= ${FILESDIR}/gcc3-*
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
pre-patch: .SILENT
${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|' \
${WRKSRC}/src/scintilla/PosRegExp.cxx
${REINPLACE_CMD} -e 's|^INCLUDES.*$$|&$$(LIBGLADE_CFLAGS)|' \
${WRKSRC}/src/Makefile.in
${REINPLACE_CMD} -E 's|(POTFILES\.in )\\$$|\1--from-code=koi8-r \\|' \
${WRKSRC}/po/Makefile.in.in
# Now, take care of CC/CFLAGS
${REINPLACE_CMD} -e 's|cc -Wall -ggdb $$(OPTIMIZE)|${CC} ${CFLAGS}|' \
${WRKSRC}/src/gtkeditor/tktext-port/Makefile
${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' \
${WRKSRC}/src/scanners/Makefile.in
${REINPLACE_CMD} -E 's|^(CXXFLAGS).*$$|\1 += -DGTK -DSCI_LEXER|' \
${WRKSRC}/src/scintilla/Makefile.in
.include <bsd.port.post.mk>