freebsd-ports/x11-themes/gtk-aqualightblue-theme/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

30 lines
726 B
Makefile

# 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
PORTREVISION= 6
CATEGORIES= x11-themes gnome
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= aqualightblue-gtk2
DISTNAME= aqualightblue-gtk2-default
MAINTAINER= philip@FreeBSD.org
COMMENT= A port of the GTK+ AquaLightBlue theme to GTK+ 2.0
WRKSRC= ${WRKDIR}/AquaLightBlue
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>