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)
38 lines
902 B
Makefile
38 lines
902 B
Makefile
# New ports collection makefile for: e17-splash-shiny
|
|
# Date created: 4 Aug 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $MBSDlabs$
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= shiny
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes
|
|
MASTER_SITES= http://www0.get-e.org/Themes/Startup/_files/ \
|
|
http://sunner.elcomnet.ru/~stas/
|
|
PKGNAMEPREFIX= e17-splash-
|
|
DISTNAME= init_shiny_reflection
|
|
EXTRACT_SUFX= .edj
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= Shiny splash screen for e17 window manager
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PLIST_FILES= share/enlightenment/data/init/init_shiny_reflection.edj
|
|
|
|
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>
|