ee774b0f4f
- Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
41 lines
949 B
Makefile
41 lines
949 B
Makefile
# New ports collection makefile for: e17-theme-milky
|
|
# Date created: 5 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= milky
|
|
PORTVERSION= 0.9.8.5C
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www0.get-e.org/Themes/E17/_files/ \
|
|
http://mbsd.msk.ru/dist/
|
|
PKGNAMEPREFIX= e17-theme-
|
|
DISTNAME= Milky
|
|
EXTRACT_SUFX= .edj
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= Milky's 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
|
|
|
|
PLIST_FILES= share/enlightenment/data/themes/Milky.edj
|
|
|
|
IGNORE= doesn't work with recent e17
|
|
DEPRECATED= ${IGNORE}
|
|
EXPIRATION_DATE=2006-11-01
|
|
|
|
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>
|