aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/e17-splash-clean/Makefile
blob: cd5d3c79fc82e7dcc1a926e0af3763b098300772 (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-splash-clean
# Date created:     11 March 2007
# Whom:         stas
#
# $FreeBSD$
#

PORTNAME=   clean
PORTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= x11-themes
MASTER_SITES=   ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
        ${MASTER_SITE_GET_E}
MASTER_SITE_SUBDIR= Themes/E17_-_Startup
PKGNAMEPREFIX=  e17-splash-
DISTNAME=   init_${PORTNAME}
EXTRACT_SUFX=   .edj

MAINTAINER= stas@FreeBSD.org
COMMENT=    Clean splash screen for e17 window manager

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

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

PLIST_FILES=    share/enlightenment/data/init/${DISTNAME}${EXTRACT_SUFX}

do-extract:
    ${MKDIR} ${WRKDIR}
    ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}

do-install:
    ${MKDIR} ${PREFIX}/share/enlightenment/data/init
    ${INSTALL_DATA} ${WRKSRC}/${DISTFILES} \
        ${PREFIX}/share/enlightenment/data/init

.include <bsd.port.mk>