mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# 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
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${PORTNAME}-${PORTVERSION}
|
|
|
|
do-install:
|
|
@for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \
|
|
${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${PREFIX}/share/themes/; \
|
|
done
|
|
|
|
.include <bsd.port.mk>
|