summaryrefslogtreecommitdiff
path: root/x11-themes/icons-buuf/Makefile
blob: a515463dafdc500729c013710eb01ba0a06bc2ab (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
26
27
# Created by: Phillip Neumann <pneumann@gmail.com>
# $FreeBSD$

PORTNAME=	icons-buuf
PORTVERSION=	1.6r2
PORTREVISION=	6
CATEGORIES=	x11-themes
MASTER_SITES=	http://ic1.deviantart.com/fs12/f/2006/266/9/0/
DISTNAME=	Buuf_1.6-r2
EXTRACT_SUFX=	_tar_bz2

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A cool set of icons for the most common usage

NO_BUILD=	yes
USES=	tar:bzip2
WRKSRC=	${WRKDIR}/Buuf
USE_GNOME=	gtk20
INSTALLS_ICONS=	yes

NO_STAGE=	yes
do-install:
	@${RM} ${WRKSRC}/128x128/status/sunny.png
	@${MKDIR} ${PREFIX}/share/icons/Buuf
	@${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/

.include <bsd.port.mk>