blob: 88c8bf15ce6f86ea99334e0b2fbeb4de86f1682e (
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
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= unico
PORTVERSION= 1.0.2
PORTREVISION= 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= ports@FreeBSD.org
COMMENT= Gtk+ 3.0 engine
LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USES= gmake libtool pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= yes
.include <bsd.port.mk>
|