aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/icons-human-azul/Makefile
blob: 859df252ca5fca7daf3d1eaa8105e9f2f65ab543 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	icons-tango
# Date created:		2006-04-16
# Whom:			Phillip Neumann <pneumann@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	icons-human-azul
PORTVERSION=	0.1
CATEGORIES=	x11-themes
MASTER_SITES=	http://www.gnome-look.org/content/files/
DISTNAME=	37099-HumanAzul

MAINTAINER=	pneumann@gmail.com
COMMENT=	A set of icons from the Ubuntu human look

USE_X_PREFIX=	yes
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/HumanAzul

do-install:
	@${MKDIR} ${PREFIX}/share/icons/HumanAzul
	@${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/

.include <bsd.port.mk>