freebsd-ports/devel/anjuta-devel/Makefile
Joe Marcus Clarke 7389edd51c Update to 1.1.97.
PR:	53814
Submitted by:	Sergey Akifyev <asa@gascom.ru>
2003-06-28 02:35:31 +00:00

41 lines
999 B
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
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>