b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
24 lines
652 B
Makefile
24 lines
652 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/x11-themes/gnome-themes-standard/Makefile 20069 2014-11-12 08:32:24Z gusi $
|
|
|
|
PORTNAME= gnome-themes-standard
|
|
PORTVERSION= 3.14.2.3
|
|
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]*
|
|
|
|
USES= gettext-tools gmake libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomeprefix gtk30 intlhack librsvg2
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|