aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk3-unico-engine/Makefile
blob: b47fa4746e8e72514381584df1633e605af53795 (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
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	unico
PORTVERSION=	1.0.2.1
CATEGORIES=	x11-themes
MASTER_SITES=	https://distfiles.sigtrap.nl/ \
		LOCAL/nc/mirror
PKGNAMEPREFIX=	gtk3-
PKGNAMESUFFIX=	-engine

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gtk+ 3.0 engine

LICENSE=	LGPL3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-static
USES=		gmake gnome libtool pkgconfig
USE_GNOME=	cairo glib20 gtk30
USE_LDCONFIG=	yes

.include <bsd.port.mk>