mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
29747f458a
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
29 lines
720 B
Makefile
29 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>
|