freebsd-ports/deskutils/gdeskcal-skins/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

52 lines
1.2 KiB
Makefile

# New ports collection makefile for: gdeskcal-skins
# Date created: 04 May 2003
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#
PORTNAME= gdeskcal-skins
PORTVERSION= 0.56
PORTREVISION= 8
CATEGORIES= deskutils python gnome
MASTER_SITES= http://www.pycage.de/download/skins/gdeskcal/
DISTNAME=
DISTFILES= gnometheme.tar.gz \
SimpleForDark.tar.gz \
e_01.tar.gz \
light_01.tar.gz \
light_02.tar.gz \
tnf.tar.gz \
redskin.tar.gz \
tiny_and_simple.tar.gz \
LCD.tar.gz \
grey_skin.tar.gz \
gorillerat.tar.gz \
august.tar.gz \
august_big.tar.gz \
XFCE.tar.gz \
miderat_RTL.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Skins for gdeskcal
RUN_DEPENDS= gdeskcal:${PORTSDIR}/deskutils/gdeskcal
USE_PYTHON= yes
USE_GNOME= gnomeprefix
NO_BUILD= yes
DATA_DIRS= GNOME Grey_skin LCD Red_skin SimpleForDark XFCE august \
august_big_no_backgr e gorillerat light_01 light_02 \
miderat_RTL tiny_and_simple tnf
do-install:
@${MKDIR} ${PREFIX}/share/gdeskcal
.for d in ${DATA_DIRS}
@${MKDIR} ${PREFIX}/share/gdeskcal/skins/${d}
@cd ${WRKSRC}/${d} && ${FIND} . | \
${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \
${PREFIX}/share/gdeskcal/skins/${d}
.endfor
.include <bsd.port.mk>