freebsd-ports/x11-themes/lila-xfwm4/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

29 lines
713 B
Makefile

# New ports collection makefile for: Lila-xfwm4
# Date created: 25 June 2004
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= Lila-xfwm4
PORTVERSION= 0.3.1
PORTREVISION= 5
CATEGORIES= x11-themes xfce
MASTER_SITES= http://stief.tnux.net/Lila/
DIST_SUBDIR= xfce4
MAINTAINER= ports@FreeBSD.org
COMMENT= XFce 4 Lila window decoration theme for xfwm4
RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
NO_BUILD= yes
do-install:
@${MKDIR} -p ${PREFIX}/share/themes/Lila/xfwm4
@${MKDIR} -p ${PREFIX}/share/themes/Lila-light/xfwm4
@${CP} -R ${WRKDIR}/Lila/ ${PREFIX}/share/themes/Lila/xfwm4
@${CP} -R ${WRKDIR}/Lila-light/ ${PREFIX}/share/themes/Lila-light/xfwm4
.include <bsd.port.mk>