diff options
Diffstat (limited to 'x11-toolkits/gtk-cleanice-engine/Makefile')
-rw-r--r-- | x11-toolkits/gtk-cleanice-engine/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-toolkits/gtk-cleanice-engine/Makefile b/x11-toolkits/gtk-cleanice-engine/Makefile new file mode 100644 index 000000000000..7a86534bb413 --- /dev/null +++ b/x11-toolkits/gtk-cleanice-engine/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gtk-cleanice-engine +# Date Created: 13 March 2003 +# Whom: Philip Paeps <philip@paeps.cx> +# +# $FreeBSD$ +# + +PORTNAME= gtk-cleanice-engine +PORTVERSION= 1.2.3 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= elysium-project +DISTNAME= gtk-engines-cleanice-${PORTVERSION} + +MAINTAINER= philip@paeps.cx +COMMENT= A simplistic GTK+ 2.x theme engine + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +USE_GNOME= gnomehack gtk20 + +.include <bsd.port.mk> |