1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11-themes/e17-theme-milky/Makefile
Stanislav Sedov 4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00

43 lines
1005 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= 1.0.4
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= Milky
EXTRACT_SUFX= .edj
MAINTAINER= stas@FreeBSD.org
COMMENT= Milky's theme for use with e17 window manager
BROKEN= does not work with recent e17
DEPRECATED= abandoned upstream
EXPIRATION_DATE= 2011-01-01
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>