944e7dd0fb
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)
22 lines
489 B
Makefile
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>
|