aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/e17-theme-cthulhain/Makefile
blob: 7610be30ef6314c2ac5ece022a22ce784268aee7 (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
30
31
32
33
34
35
# New ports collection makefile for:    e17-theme-cthulhain
# Date created:     5 June 2006
# Whom:         Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#

PORTNAME=   cthulhain
PORTVERSION=    0.2.1
CATEGORIES= x11-themes
MASTER_SITES=   http://www0.get-e.org/Themes/E17/_files/ \
        http://mbsd.msk.ru/dist/
PKGNAMEPREFIX=  e17-theme-
DISTNAME=   cthulhain-0.2.1
EXTRACT_SUFX=   .edj

MAINTAINER= ssedov@mbsd.msk.ru
COMMENT=    Cthulhain 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

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>