diff options
Diffstat (limited to 'x11-themes/gtk-aqualightblue-theme/Makefile')
-rw-r--r-- | x11-themes/gtk-aqualightblue-theme/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-themes/gtk-aqualightblue-theme/Makefile b/x11-themes/gtk-aqualightblue-theme/Makefile deleted file mode 100644 index c3b44edb845c..000000000000 --- a/x11-themes/gtk-aqualightblue-theme/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gtk-aqualightblue-theme -# Date Created: 14 March 2003 -# Whom: Philip Paeps <philip@paeps.cx> -# -# $FreeBSD$ -# - -PORTNAME= gtk-aqualightblue-theme -PORTVERSION= 0.1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_THEMES} -MASTER_SITE_SUBDIR= aqualightblue-gtk2 -DISTNAME= aqualightblue-gtk2-default - -MAINTAINER= philip@paeps.cx -COMMENT= A port of the GTK+ AquaLightBlue theme to GTK+ 2.0 - -WRKSRC= ${WRKDIR}/AquaLightBlue - -USE_X_PREFIX= yes -NO_BUILD= yes -USE_GNOME= gtk20 - -do-install: - ${MKDIR} ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0 - ${FIND} ${WRKSRC}/gtk -type f | ${XARGS} -J % ${INSTALL_DATA} \ - % ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0 - -.include <bsd.port.mk> |