freebsd-ports/devel/anjuta-devel/Makefile
Joe Marcus Clarke 9bb27923cf anjuta and anjuta-devel conflict with each other.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-11 04:41:33 +00:00

43 lines
1 KiB
Makefile

# New ports collection makefile for: anjuta
# Date created: 13 May 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
PORTNAME= anjuta
PORTVERSION= 1.1.97
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
NO_LATEST_LINK= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte libzvt
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= anjuta.1 anjuta_launcher.1
CONFLICTS= anjuta-1.0.*
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
.include <bsd.port.mk>