1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/x11-themes/icons-human-azul/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

22 lines
509 B
Makefile

# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$
PORTNAME= icons-human-azul
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 37099-HumanAzul
MAINTAINER= pneumann@gmail.com
COMMENT= Set of icons from the Ubuntu human look
NO_BUILD= yes
WRKSRC= ${WRKDIR}/HumanAzul
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/HumanAzul
@${CP} -rip ${WRKSRC} ${STAGEDIR}${PREFIX}/share/icons/
.include <bsd.port.mk>