diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-07 05:29:31 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-01-07 05:29:31 +0000 |
commit | c1351c974ab13029cb642bb6e6318add80c2dfce (patch) | |
tree | a0f5709fde3282d2a751b90953906386d167a483 /devel/anjuta/Makefile | |
parent | e27313caf897b673fdd6d54b1e82336835bcac13 (diff) |
First stable release of Anjuta GTK+/GNOME2 finally available.
Retire -devel port.
Notes
Notes:
svn path=/head/; revision=97533
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r-- | devel/anjuta/Makefile | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index d39bb0356bf6..9a69cd991ed1 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= anjuta -PORTVERSION= 1.0.2 +PORTVERSION= 1.2.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= anjuta @@ -14,21 +14,27 @@ MASTER_SITE_SUBDIR= anjuta MAINTAINER= gnome@FreeBSD.org COMMENT= Integrated Development Environment for C and C++ -LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla \ - pcre.0:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre +NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomevfs gnomeprint gdkpixbuf libglade -USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" -CONFLICTS= anjuta-1.1.* +MAN1= anjuta.1 anjuta_launcher.1 -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/Makefile.in +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> |