1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-themes/openbox-themes/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

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>