freebsd-ports/x11-themes/gtk-murrina-fancy-clearlooks/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
1 KiB
Makefile

# New ports collection makefile for: gtk-murrina-fancy-clearlooks
# Date created: 2006-12-07
# Whom: pneumann@gmail.com
#
# $FreeBSD$
#
PORTNAME= gtk-murrina-fancy-clearlooks
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://home.planet.nl/~bassa052/themes/
DISTNAME= MurrinaFancyClearlooks_v${PORTVERSION}
MAINTAINER= pneumann@gmail.com
COMMENT= Murrine fancy clearlooks themes pack
BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine
RUN_DEPENDS= ${LOCALBASE}/lib/gtk-2.0/${GTK2_VERSION}/engines/libmurrine.la:${PORTSDIR}/x11-themes/gtk-murrine-engine
WRKSRC= ${WRKDIR}/MurrinaFancyClearlooks
USE_GNOME= gtk20
NO_BUILD= yes
do-install:
@(cd ${WRKSRC} && for theme in *; do \
${MKDIR} ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
cd ${WRKSRC}/$$theme/gtk-2.0/ && for file in *; do\
${INSTALL_DATA} ${WRKSRC}/$$theme/gtk-2.0/$$file ${LOCALBASE}/share/themes/$$theme/gtk-2.0; \
done\
done;)
.include <bsd.port.mk>