18 lines
399 B
Makefile
18 lines
399 B
Makefile
# 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
|
|
|
|
USES= cmake pkgconfig tar:bzip2
|
|
USE_GNOME= gtk20
|
|
|
|
.include <bsd.port.mk>
|