freebsd-ports/x11-themes/e17-splash-azul/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

38 lines
920 B
Makefile

# New ports collection makefile for: e17-splash-azul
# Date created: 4 Aug 2006
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#
PORTNAME= azul
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_${PORTNAME}
EXTRACT_SUFX= .edj
MAINTAINER= stas@FreeBSD.org
COMMENT= Azul 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>