freebsd-ports/x11-themes/e17-theme-darkness/Makefile
Stanislav Sedov 4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00

36 lines
873 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
MASTER_SITES= http://fc09.deviantart.net/fs28/f/2008/055/f/a/
PKGNAMEPREFIX= e17-theme-
DISTNAME= Darkness_by_saturn_vk
EXTRACT_SUFX= .edj
MAINTAINER= stas@FreeBSD.org
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>