diff options
Diffstat (limited to 'x11-themes/clearlooks-themes/Makefile')
-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" |