1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-toolkits/eazel-themes/Makefile
Maxim Sobolev 51ef373cd0 Add eazel-themes - a very nice matching temes for GTK+ and Sawfish created by
the Eazel for their demo workstations at LW 2000.

Obtained from:	GNOME cvs
2000-11-20 08:28:04 +00:00

39 lines
1.0 KiB
Makefile

# New ports collection makefile for: eazel-themes
# Date created: 17 November 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= eazel-themes
PORTVERSION= 0.0.01117
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= sobomax
DISTNAME= ${PORTNAME}-${PORTVERSION:S/0.//g}
MAINTAINER= sobomax@altavista.net
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish \
${X11BASE}/lib/gtk/themes/engines/libpixmap.so:${PORTSDIR}/x11-toolkits/gtk-engines
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GTK= yes
NO_BUILD= yes
post-extract:
@find ${WRKSRC} | xargs ${CHOWN} root:wheel
@find ${WRKSRC} -type f | xargs ${CHMOD} 644
@find ${WRKSRC} -type d | xargs ${CHMOD} 755
do-install:
${MKDIR} ${PREFIX}/share/themes/Eazel
${MKDIR} ${PREFIX}/share/sawfish/themes/Eazel
cd ${WRKSRC}/gtk+ && ${TAR} -chf - Eazel | \
${TAR} --unlink -xf - -C ${PREFIX}/share/themes
cd ${WRKSRC}/sawfish && ${TAR} -chf - Eazel | \
${TAR} --unlink -xf - -C ${PREFIX}/share/sawfish/themes
.include <bsd.port.mk>