aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/e17-theme-simply_white/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/e17-theme-simply_white/Makefile')
-rw-r--r--x11-themes/e17-theme-simply_white/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-themes/e17-theme-simply_white/Makefile b/x11-themes/e17-theme-simply_white/Makefile
deleted file mode 100644
index 0b3bd4b3c35c..000000000000
--- a/x11-themes/e17-theme-simply_white/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: e17-theme-simply_white
-# Date created: 5 June 2006
-# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= simply_white
-PORTVERSION= 0.8.5
-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= simply-white-${PORTVERSION}
-EXTRACT_SUFX= .edj
-
-MAINTAINER= stas@FreeBSD.org
-COMMENT= Simply White 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>