blob: b84dd8cd61f2b3d60a74b5439d42741c8697a206 (
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
28
|
# New ports collection makefile for: Lila-xfce4-panel
# Date created: 25 June 2004
# Whom: Filippo Natali <filippo@widestore.net>
#
# $FreeBSD$
#
PORTNAME= Lila-xfce4-panel
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11-themes xfce
MASTER_SITES= http://stief.tnux.net/Lila/
DIST_SUBDIR= xfce4
MAINTAINER= filippo@widestore.net
COMMENT= XFce 4 Lila theme for xfce4 panel
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
WRKSRC= ${WRKDIR}/Lila
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
@${CP} -R ${WRKSRC} ${X11BASE}/share/xfce4/themes
.include <bsd.port.mk>
|