1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/x11-themes/e17-splash-shiny/Makefile
Pietro Cerutti cdde556b20 - Move x11-wm/enlightenment-devel to x11-wm/enlightenment
- Disconnect x11-wm/enlightenment-devel from the build
- Reconnect x11-wm/enlightenment to the build
- Update dependent ports
- Note the transition in UPDATING
2009-06-15 11:53:25 +00:00

39 lines
922 B
Makefile

# New ports collection makefile for: e17-splash-shiny
# Date created: 4 Aug 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= shiny
PORTVERSION= 1.1
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_shiny_reflection
EXTRACT_SUFX= .edj
MAINTAINER= stas@FreeBSD.org
COMMENT= Shiny splash screen for e17 window manager
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment
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>