2013-09-21 01:54:03 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-02-12 21:52:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= hicolor-icon-theme
|
|
|
|
PORTVERSION= 0.5
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 3
|
2006-02-12 21:52:22 +01:00
|
|
|
CATEGORIES= x11-themes linux
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
PKGNAMEPREFIX= linux-
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2008-11-29 03:03:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-08 10:42:44 +02:00
|
|
|
COMMENT= High-color icon theme shell from the FreeDesktop project
|
2006-02-12 21:52:22 +01:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
2006-02-12 21:52:22 +01:00
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-hicolor-icon-theme-[0-9]* linux-f10-hicolor-icon-theme-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2006-02-12 21:52:22 +01:00
|
|
|
NO_BUILD= yes
|
2006-02-15 01:51:13 +01:00
|
|
|
USE_LINUX= yes
|
2006-02-12 21:52:22 +01:00
|
|
|
USE_LINUX_PREFIX= yes
|
2006-02-15 01:51:13 +01:00
|
|
|
PLIST_FILES= usr/share/icons/hicolor
|
2006-02-12 21:52:22 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-07-01 18:00:13 +02:00
|
|
|
${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons
|
|
|
|
${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons
|
2006-02-12 21:52:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|