1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11-themes/e17-theme-darkness/Makefile
Ruslan Makhmatkhanov 353c969896 - pass maintainership of this ports to new volunteer
- add some of them to `enlightenment' virtual category

PR:		166814
Submitted by:	Grzegorz Blach <magik at roorback dot net>
2012-04-10 18:04:10 +00:00

37 lines
889 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.042
PORTREVISION= 0
CATEGORIES= x11-themes enlightenment
MASTER_SITES= http://fc09.deviantart.net/fs28/f/2008/055/f/a/
PKGNAMEPREFIX= e17-theme-
DISTNAME= Darkness_by_saturn_vk
EXTRACT_SUFX= .edj
MAINTAINER= magik@roorback.net
COMMENT= Darkness theme for use with e17 window manager
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
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>