aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk3-oxygen-engine/Makefile
blob: c7c5003140814f10715693a9dc0af81bca4cfb64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	oxygen
PORTVERSION=	1.4.1
PORTREVISION=	3
CATEGORIES=	x11-themes
MASTER_SITES=	KDE/stable/${PORTNAME}-gtk3/${PORTVERSION}/src
PKGNAMEPREFIX=	gtk3-
PKGNAMESUFFIX=	-engine
DISTNAME=	${PORTNAME}-gtk3-${PORTVERSION}

MAINTAINER=	rakuco@FreeBSD.org
COMMENT=	Oxygen GTK+ 3 engine and theme

LICENSE=	LGPL21

LIB_DEPENDS=	libcairo.so:graphics/cairo \
		libdbus-glib-1.so:devel/dbus-glib

USES=		cmake compiler:c++11-lang gnome pkgconfig tar:bzip2
USE_GNOME=	gtk30

.include <bsd.port.mk>