# $MidnightBSD: trunk/x11-themes/linux-hicolor-icon-theme/Makefile 18761 2015-05-03 19:05:56Z laffer1 $
# $FreeBSD: ports/x11-themes/linux-hicolor-icon-theme/Makefile,v 1.4 2006/05/08 21:41:11 sat Exp $

PORTNAME=	hicolor-icon-theme
PORTVERSION=	0.5
PORTREVISION=	1
CATEGORIES=	x11-themes gnome linux
MASTER_SITES=	# empty
PKGNAMEPREFIX=	linux-
DISTFILES=	# empty

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	High-color icon theme shell from the FreeDesktop project

LICENSE=	gpl2

RUN_DEPENDS=	${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme

CONFLICTS=	linux-f10-hicolor-icon-theme-[0-9]*

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>
