2001-03-31 18:10:34 +02:00
|
|
|
# New ports collection makefile for: anjuta
|
2003-06-03 05:07:59 +02:00
|
|
|
# Date created: 13 May 2003
|
|
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
2001-03-31 18:10:34 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= anjuta
|
2003-06-28 04:35:31 +02:00
|
|
|
PORTVERSION= 1.1.97
|
2001-03-31 18:10:34 +02:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= anjuta
|
|
|
|
|
2001-05-18 17:07:46 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-22 02:38:54 +01:00
|
|
|
COMMENT= Integrated Development Environment for C and C++
|
2001-03-31 18:10:34 +02:00
|
|
|
|
2003-06-03 05:07:59 +02:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
|
2001-03-31 18:10:34 +02:00
|
|
|
|
2003-06-03 05:07:59 +02:00
|
|
|
NO_LATEST_LINK= yes
|
2001-03-31 18:10:34 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-06-11 18:31:40 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte libzvt
|
2002-07-11 17:31:46 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-03-31 18:10:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-03 05:07:59 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-03-31 18:10:34 +02:00
|
|
|
|
2003-06-03 05:07:59 +02:00
|
|
|
MAN1= anjuta.1 anjuta_launcher.1
|
|
|
|
|
2003-10-11 06:41:33 +02:00
|
|
|
CONFLICTS= anjuta-1.0.*
|
|
|
|
|
2003-06-03 05:07:59 +02:00
|
|
|
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
|
2001-03-31 18:10:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|