c11516af7b
Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML.
31 lines
797 B
Makefile
31 lines
797 B
Makefile
# New ports collection makefile for: x11-themes/linux-f10-hicolor-icon-theme
|
|
# Date created: 2009-05-03
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hicolor-icon-theme
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= x11-themes linux
|
|
MASTER_SITES= # empty
|
|
PKGNAMEPREFIX= linux-f10-
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= A high-color icon theme shell from the FreeDesktop project
|
|
|
|
CONFLICTS= linux-hicolor-icon-theme-[0-9]* linux-f8-hicolor-icon-theme-[0-9]*
|
|
|
|
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
|
|
|
|
do-install:
|
|
${INSTALL} -d ${PREFIX}/usr/share/icons
|
|
${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons
|
|
|
|
.include <bsd.port.mk>
|