1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-themes/e17-theme-darkness/Makefile
Ion-Mihai Tetcu 7cf7155908 A very dark theme with a glowing blue.
Author: Viktor 'saturn_vk' Kojouharov <viktor@bloka.org>
WWW: http://www.get-e.org/Themes/E17/

PR:		ports/102380
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-09-05 08:20:46 +00:00

39 lines
965 B
Makefile

# New ports collection makefile for: e17-theme-darkness
# Date created: 22 August 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= darkness
PORTVERSION= 0.99.032.3
CATEGORIES= x11-themes
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
http://www5.get-e.org/Themes/E17/_files/ \
http://mbsd.msk.ru/dist/
PKGNAMEPREFIX= e17-theme-
DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,_,g}
EXTRACT_SUFX= .edj
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Darkness theme for use with e17 window manager
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
USE_X_PREFIX= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_FILES= share/enlightenment/data/themes/${DISTNAME}${EXTRACT_SUFX}
do-extract:
${MKDIR} ${WRKDIR}
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
do-install:
${MKDIR} ${PREFIX}/share/enlightenment/data/themes
${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
${PREFIX}/share/enlightenment/data/themes
.include <bsd.port.mk>