blob: ba2dd5715385d41ea970afa7f85d48b9c142ec60 (
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= pneumann@gmail.com
COMMENT= A cool set of icons for the most common usage
NO_BUILD= yes
USE_BZIP2= yes
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>
|