freebsd-ports/x11-themes/icons-human-azul/Makefile
Fernando Apesteguía 944e7dd0fb x11-themes/icons-human-azul: UNBREAK and make fetchable again
The original icon distribution is again available at a different location.

Committing due to maintainer timeout (+12 days)

PR:	242877
Submitted by:	vvelox@vvelox.net
Approved by:	pneumann@gmail.com (maintainer, timeout +12 days)
2020-01-06 17:50:27 +00:00

22 lines
489 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://vvelox.net/distfiles/
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>