aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/e17-theme-gant/Makefile
blob: 8d36f329ae5dcc37cdeb1e553cea7ae8699e15f9 (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
39
40
41
42
43
# New ports collection makefile for:    e17-theme-gant
# Date created:     5 June 2006
# Whom:         Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#

PORTNAME=   gant
PORTVERSION=    0.0.9
PORTREVISION=   3
PORTEPOCH=  1
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}-e17_${PORTVERSION}
EXTRACT_SUFX=   .edj

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

BROKEN=     does not work with recent e17
DEPRECATED= abandoned upstream
EXPIRATION_DATE=    2011-01-01

RUN_DEPENDS=    enlightenment-config:${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>