1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-toolkits/eazel-themes/Makefile
Mario Sergio Fujikawa Ferreira c4e8cae589 Deploy USE_GNOMENG infrastructure
PR:		42309
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 03:58:24 +00:00

44 lines
1.2 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.10731
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
WRKSRC= ${WRKDIR}/${DISTNAME}/gtk+/eazel-engine
USE_GNOMENG= yes
USE_GNOME= libcapplet
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${X11BASE}/share \
--datadir=${X11BASE}/share
post-extract:
@${FIND} ${WRKSRC}/../.. -type f | ${GREP} -v eazel-engine | ${XARGS} ${CHMOD} 644
@${FIND} ${WRKSRC}/../.. -type d | ${XARGS} ${CHMOD} 755
post-install:
${MKDIR} ${PREFIX}/share/themes/Eazel
${MKDIR} ${PREFIX}/share/sawfish/themes/Eazel
cd ${WRKSRC}/.. && ${TAR} -chf - Eazel | \
${TAR} --unlink -xf - -C ${PREFIX}/share/themes
cd ${WRKSRC}/../../sawfish && ${TAR} -chf - Eazel Ice | \
${TAR} --unlink -xf - -C ${PREFIX}/share/sawfish/themes
.include <bsd.port.mk>