Update deskutils/treesheets to version 0.0.20150711
[dports.git] / x11-themes / gtk3-unico-engine / Makefile
1 # Created by: Olivier Duchateau
2 # $FreeBSD$
3
4 PORTNAME=       unico
5 PORTVERSION=    1.0.2
6 PORTREVISION=   1
7 CATEGORIES=     x11-themes
8 MASTER_SITES=   https://launchpadlibrarian.net/98881788/ \
9         https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
10         LOCAL/olivierd
11 PKGNAMEPREFIX=  gtk3-
12 PKGNAMESUFFIX=  -engine
13
14 MAINTAINER=     olivierd@FreeBSD.org
15 COMMENT=        Gtk+ 3.0 engine
16
17 LICENSE=        LGPL3
18
19 GNU_CONFIGURE=  yes
20 CONFIGURE_ARGS= --disable-static
21 USES=           gmake libtool pkgconfig
22 USE_GNOME=      cairo glib20 gtk30
23 USE_LDCONFIG=   yes
24
25 .include <bsd.port.mk>