blob: 2244ed6a035027f69d29b359e8e08f65f2c04659 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Dmitry Klimov <lazyklimm@gmail.com>
# $FreeBSD$
PORTNAME= qtcurve
PORTVERSION= 1.8.16
CATEGORIES= x11-themes
MASTER_SITES= http://craigd.wikispaces.com/file/view/
PKGNAMEPREFIX= gtk2-
PKGNAMESUFFIX= -theme
DISTNAME= QtCurve-Gtk2-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= QtCurve GTK2 Theme Engine
USE_BZIP2= yes
USES= cmake pkgconfig
USE_GNOME= gtk20
.include <bsd.port.mk>
|