9d134c1f91
PR: ports/68471 Submitted by: Filippo Natali <filippo@widestore.net>
27 lines
564 B
Makefile
27 lines
564 B
Makefile
# 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>
|