mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
39 lines
940 B
Makefile
39 lines
940 B
Makefile
# New ports collection makefile for: e17-theme-kor
|
|
# Date created: 22 August 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kor
|
|
PORTVERSION= 0.0.6
|
|
PORTREVISION= 3
|
|
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,.,_,g}
|
|
EXTRACT_SUFX= .edj
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= A fresh sunny theme for use with e17 window manager
|
|
|
|
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>
|