summaryrefslogtreecommitdiff
path: root/x11-themes/linux-f8-hicolor-icon-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/linux-f8-hicolor-icon-theme/Makefile')
-rw-r--r--x11-themes/linux-f8-hicolor-icon-theme/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-themes/linux-f8-hicolor-icon-theme/Makefile b/x11-themes/linux-f8-hicolor-icon-theme/Makefile
deleted file mode 100644
index de1f24d0d80d..000000000000
--- a/x11-themes/linux-f8-hicolor-icon-theme/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: linux-hicolor-icon-theme
-# Date created: 7 February 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hicolor-icon-theme
-PORTVERSION= 0.5
-PORTREVISION= 1
-CATEGORIES= x11-themes linux
-MASTER_SITES= # empty
-PKGNAMEPREFIX= linux-
-DISTFILES= # empty
-
-MAINTAINER= infofarmer@FreeBSD.org
-COMMENT= A high-color icon theme shell from the FreeDesktop project
-
-RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
-
-NO_BUILD= yes
-USE_LINUX= yes
-USE_LINUX_PREFIX= yes
-PLIST_FILES= usr/share/icons/hicolor
-PLIST_DIRS= usr/share/icons
-
-do-install:
- ${INSTALL} -d ${PREFIX}/usr/share/icons
- ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
-
-.include <bsd.port.mk>