2006-02-12 21:52:22 +01:00
|
|
|
# New ports collection makefile for: linux-hicolor-icon-theme
|
|
|
|
# Date created: 7 February 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-02-12 21:52:22 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= hicolor-icon-theme
|
|
|
|
PORTVERSION= 0.5
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTREVISION= 1
|
2006-02-12 21:52:22 +01:00
|
|
|
CATEGORIES= x11-themes linux
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
PKGNAMEPREFIX= linux-
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-02-12 21:52:22 +01:00
|
|
|
COMMENT= A high-color icon theme shell from the FreeDesktop project
|
|
|
|
|
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
|
|
|
|
|
|
|
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
|
|
|
|
PLIST_DIRS= usr/share/icons
|
2006-02-12 21:52:22 +01:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL} -d ${PREFIX}/usr/share/icons
|
2006-10-14 10:54:54 +02:00
|
|
|
${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
|
2006-02-12 21:52:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|