diff options
-rw-r--r-- | x11-themes/gtk-theme-engine-clearlooks/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/gtk-theme-engine-clearlooks/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtk-theme-engine-clearlooks/pkg-descr | 7 | ||||
-rw-r--r-- | x11-themes/gtk-theme-engine-clearlooks/pkg-plist | 6 |
4 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/gtk-theme-engine-clearlooks/Makefile b/x11-themes/gtk-theme-engine-clearlooks/Makefile new file mode 100644 index 000000000..337b2c302 --- /dev/null +++ b/x11-themes/gtk-theme-engine-clearlooks/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gtk-theme-engine-clearlooks +# Date Created: 28 Dec 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtk-theme-engine-clearlooks +PORTVERSION= 2.91.5 +CATEGORIES= x11-themes +MASTER_SITES= GNOME +#MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +#DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Clearlooks theme engine + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING +USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gtk30 intlhack +USE_GETTEXT= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/x11-themes/gtk-theme-engine-clearlooks/distinfo b/x11-themes/gtk-theme-engine-clearlooks/distinfo new file mode 100644 index 000000000..de99f060a --- /dev/null +++ b/x11-themes/gtk-theme-engine-clearlooks/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/gtk-theme-engine-clearlooks-2.91.5.tar.bz2) = 3f58e9a0ab9b039778a0ba39488e9cadc4c84c2e5c69bf051aae15e01325dbb0 +SIZE (gnome3/gtk-theme-engine-clearlooks-2.91.5.tar.bz2) = 356343 diff --git a/x11-themes/gtk-theme-engine-clearlooks/pkg-descr b/x11-themes/gtk-theme-engine-clearlooks/pkg-descr new file mode 100644 index 000000000..be98f566d --- /dev/null +++ b/x11-themes/gtk-theme-engine-clearlooks/pkg-descr @@ -0,0 +1,7 @@ +The Clearlooks engine was originally written by Richard Stellingwerff and +Daniel Borgmann based on the Bluecurve engine. It became very popular and +was adopted as the default theme in GNOME 2.12. +Since then a lot of people have worked on it, and today it is a modular +engine providing multiple styles such as glossy and gummy. + +WWW: http://www.gtk.org/ diff --git a/x11-themes/gtk-theme-engine-clearlooks/pkg-plist b/x11-themes/gtk-theme-engine-clearlooks/pkg-plist new file mode 100644 index 000000000..b91862cd7 --- /dev/null +++ b/x11-themes/gtk-theme-engine-clearlooks/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libclearlooks.la +lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines/libclearlooks.so +share/gtk-theme-engine-clearlooks/3.0/clearlooks.xml +@dirrm share/gtk-theme-engine-clearlooks/3.0 +@dirrm share/gtk-theme-engine-clearlooks +@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/theming-engines |