freebsd-ports/x11-themes/linux-hicolor-icon-theme/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

28 lines
758 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= hicolor-icon-theme
PORTVERSION= 0.5
PORTREVISION= 3
CATEGORIES= x11-themes linux
MASTER_SITES= # empty
PKGNAMEPREFIX= linux-
DISTFILES= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= High-color icon theme shell from the FreeDesktop project
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
CONFLICTS= linux-f8-hicolor-icon-theme-[0-9]* linux-f10-hicolor-icon-theme-[0-9]*
NO_BUILD= yes
USE_LINUX= yes
USE_LINUX_PREFIX= yes
PLIST_FILES= usr/share/icons/hicolor
do-install:
${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons
${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons
.include <bsd.port.mk>