aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/lila-xfce4-panel/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-06 18:05:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-06 18:05:05 +0000
commit9d134c1f91f7b3833d4a28dd1e1753db818f692c (patch)
treeb7a3989ad6d99edd646e00d4f0a3a505c0c2be57 /x11-themes/lila-xfce4-panel/Makefile
parent03676f16611bac57aff1bb85589e4f25c82f5b7c (diff)
Add lila-xfce4-panel, Lila theme for Xfce4 panel
PR: ports/68471 Submitted by: Filippo Natali <filippo@widestore.net>
Notes
Notes: svn path=/head/; revision=113081
Diffstat (limited to 'x11-themes/lila-xfce4-panel/Makefile')
-rw-r--r--x11-themes/lila-xfce4-panel/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-themes/lila-xfce4-panel/Makefile b/x11-themes/lila-xfce4-panel/Makefile
new file mode 100644
index 000000000000..95b335a1617f
--- /dev/null
+++ b/x11-themes/lila-xfce4-panel/Makefile
@@ -0,0 +1,27 @@
+# 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
+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>