diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-13 11:06:49 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-13 11:06:49 +0800 |
commit | 18c7b58161b186d5234d6298a5d983d91209b92b (patch) | |
tree | 517282b5c090b413be9bdb0255231b00bdc8bf74 /x11-themes/clearlooks-themes | |
parent | d060fcd8b690213a593d73194cf2624637bb5a1c (diff) | |
download | freebsd-ports-gnome-18c7b58161b186d5234d6298a5d983d91209b92b.tar.gz freebsd-ports-gnome-18c7b58161b186d5234d6298a5d983d91209b92b.tar.zst freebsd-ports-gnome-18c7b58161b186d5234d6298a5d983d91209b92b.zip |
- Add clearlooks-themes, this is clearlooks with out the engine and depends
on gtk-engines2 for clearlooks support.
Diffstat (limited to 'x11-themes/clearlooks-themes')
-rw-r--r-- | x11-themes/clearlooks-themes/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/clearlooks-themes/Makefile b/x11-themes/clearlooks-themes/Makefile new file mode 100644 index 000000000000..1e8ac8eedc2e --- /dev/null +++ b/x11-themes/clearlooks-themes/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: clearlooks-themes +# Date created: 2005-04-12 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= clearlooks-themes + +MASTERDIR= ${.CURDIR}/../../x11-themes/clearlooks + +.include "${MASTERDIR}/Makefile" |