blob: b950e4651a833279574c291d94bbba0ea99a3d5e (
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
29
|
# 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>
|