blob: 9da9720b0fab481d197247e93be95e727c54ca22 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-themes-standard
PORTVERSION= 3.14.2
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:build 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>
|