d129587b5d
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
30 lines
772 B
Makefile
30 lines
772 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= anjuta-extras
|
|
PORTVERSION= 3.10.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Extra anjuta 3 plugins
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libanjuta-3.so:${PORTSDIR}/devel/anjuta
|
|
|
|
USES= gettext gmake libtool pkgconfig tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk30 intltool libxml2
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.anjuta.plugins.scintilla.gschema.xml \
|
|
org.gnome.anjuta.plugins.scratchbox.gschema.xml
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|return style_data|return|g' \
|
|
${WRKSRC}/plugins/scintilla/style-editor.c
|
|
|
|
.include <bsd.port.mk>
|