blob: 77075230b16a061e338fe3065c852de38b9bf538 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
CATEGORIES= x11-themes xfce
MASTER_SITES= http://stief.tnux.net/Lila/
DIST_SUBDIR= xfce4
MAINTAINER= filippo@widestore.net
COMMENT= XFce 4 Lila window decoration theme for xfwm4
RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
@${CP} -R ${WRKDIR}/Lila ${X11BASE}/share/xfwm4/themes/
@${CP} -R ${WRKDIR}/Lila-light ${X11BASE}/share/xfwm4/themes/
.include <bsd.port.mk>
|