freebsd-ports/x11-themes/gnome-themes-standard/Makefile
Koop Mast 510ebc9605 Update librsvg2 to 2.40.10.
Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the
gtk-engines2 run dependacy.

Update ports to take the dependacy changes into account.

PR:		202378
Exp-run by:	antoine@
2015-08-29 15:59:40 +00:00

29 lines
690 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-themes-standard
PORTVERSION= 3.16.2
PORTREVISION= 1
CATEGORIES= x11-themes gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Standard themes for GNOME
CONFLICTS= gnome-themes-2.[0-9]*
PORTSCOUT= limitw:1,even
USES= gettext-tools gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= gtk20 gtk30 intlhack librsvg2
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e 's|install: install-data|install:|g' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>