diff options
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/clearlooks-themes/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 7a4d65371b43..4b54dd0f2ecb 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -9,6 +9,7 @@ SUBDIR += clean-theme-gtk SUBDIR += clearlooks SUBDIR += clearlooks-metacity + SUBDIR += clearlooks-themes SUBDIR += clearlooks-themes-extras SUBDIR += colorstep SUBDIR += engradient 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" |