freebsd-ports/devel/anjuta/Makefile
Joe Marcus Clarke d8aac6b945 Use the newer versions of GCC to build anjuta.
Reported by:	pointyhat via kris
2005-08-31 21:44:37 +00:00

53 lines
1.5 KiB
Makefile

# New ports collection makefile for: anjuta
# Date created: 31 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= anjuta
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= anjuta
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integrated Development Environment for C and C++
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \
${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \
${LOCALBASE}/gnu-autotools/bin/libtool:${PORTSDIR}/devel/gnu-libtool
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte
USE_LIBTOOL_VER=15
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= anjuta.1 anjuta_launcher.1
post-configure:
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \
s|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/anjuta \
> ${WRKDIR}/anjuta
post-install:
${INSTALL_DATA} ${WRKSRC}/pixmaps/applogo.png \
${PREFIX}/share/gnome/anjuta/glade
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \
doc/ScintillaDoc.html TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
${MV} ${PREFIX}/bin/anjuta ${PREFIX}/bin/anjuta-bin
${INSTALL_SCRIPT} ${WRKDIR}/anjuta ${PREFIX}/bin
.include <bsd.port.mk>