summaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-themes-standard/Makefile
blob: e2afedd8efe68cf224d8a01be8115a67f465d956 (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
26
27
28
29
30
# New ports collection makefile for:    gnome-themes
# Date Created:             05 October 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11-themes/gnome-themes-standard/Makefile,v 1.20 2012/06/01 10:20:41 kwm Exp $
#

PORTNAME=   gnome-themes-standard
PORTVERSION=    3.4.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]*

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>