blob: 1391a8f0b990e52aa01021bae1c9199de7bc464c (
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
25
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.21 2012/06/02 11:14:38 kwm Exp $
PORTNAME= gnome-themes-standard
PORTVERSION= 3.6.0.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]*
USE_XZ= yes
USE_GETTEXT= yes
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intlhack gtk30 librsvg2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|