blob: 792de1cb6d283bcdeb296300a5f141e70c575e96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= unico
PORTVERSION= 1.0.2
CATEGORIES= x11-themes
MASTER_SITES= https://launchpadlibrarian.net/98881788/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
LOCAL/olivierd
PKGNAMEPREFIX= gtk3-
PKGNAMESUFFIX= -engine
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Gtk+ 3.0 engine
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= yes
.include <bsd.port.mk>
|