2005-12-25 07:45:26 +01:00
|
|
|
# New ports collection makefile for: openbox-themes
|
|
|
|
# Date created: 2005-12-23
|
|
|
|
# Whom: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openbox-themes
|
|
|
|
PORTVERSION= 1.0.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2005-12-25 07:45:26 +01:00
|
|
|
CATEGORIES= x11-themes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= novel
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
|
|
COMMENT= Themes for Openbox
|
|
|
|
|
|
|
|
RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \
|
2006-09-02 12:02:10 +02:00
|
|
|
${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/themes/; \
|
2005-12-25 07:45:26 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|