aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/e17-splash-fortune/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/e17-splash-fortune/Makefile')
-rw-r--r--x11-themes/e17-splash-fortune/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/x11-themes/e17-splash-fortune/Makefile b/x11-themes/e17-splash-fortune/Makefile
deleted file mode 100644
index a9603fc6f4f2..000000000000
--- a/x11-themes/e17-splash-fortune/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# New ports collection makefile for: e17-splash-fortune
-# Date created: 4 Aug 2006
-# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
-#
-# $MBSDlabs$
-# $FreeBSD$
-#
-
-PORTNAME= fortune
-PORTVERSION= 1.1
-PORTREVISION= 4
-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= Fortune splash screen for 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/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>