freebsd-ports/x11-themes/lila-xfwm4/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

28 lines
720 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= 3
CATEGORIES= x11-themes xfce
MASTER_SITES= http://stief.tnux.net/Lila/
DIST_SUBDIR= xfce4
MAINTAINER= filippo.natali@gmail.com
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>