aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/e17-theme-dali/Makefile
blob: 09679d1a6025f2bd83630d077351405905aa1724 (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
36
37
38
# New ports collection makefile for:    e17-theme-dali
# Date created:     11 March 2007
# Whom:         stas
#
# $FreeBSD$
#

PORTNAME=   dali
PORTVERSION=    4.1b
PORTREVISION=   0
CATEGORIES= x11-themes
MASTER_SITES=   ${MASTER_SITE_GET_E} \
        ftp://ftp.springdaemons.com/pub/snapshots/e17/
MASTER_SITE_SUBDIR= Themes/E17
PKGNAMEPREFIX=  e17-theme-
DISTNAME=   ${PORTNAME}${PORTVERSION:S,.,,}
EXTRACT_SUFX=   .edj

MAINTAINER= stas@FreeBSD.org
COMMENT=    Dali theme for use with e17 window manager

RUN_DEPENDS=    enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel

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>