aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/mate-themes/Makefile
blob: 543218e32cbfc6c73ea5df85d0096c0da604fff2 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mate-themes
PORTVERSION=    1.6.2
CATEGORIES= x11-themes mate
MASTER_SITES=   MATE
DIST_SUBDIR=    mate

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Collection of themes and icons for MATE

BUILD_DEPENDS=  gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \
        icon-naming-utils>=0.8.7:${PORTSDIR}/x11-themes/icon-naming-utils
RUN_DEPENDS=    gtk-engines2>=2.15.0:${PORTSDIR}/x11-themes/gtk-engines2 \
        gtk-murrine-engine>=0.98:${PORTSDIR}/x11-themes/gtk-murrine-engine

PORTSCOUT=  limitw:1,even

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_MATE=   marco
USE_GNOME=  gdkpixbuf2 gtk20 intlhack
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>