blob: 69fbacd8daec37220902bb2f8fd1c33d07a20758 (
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
28
29
30
|
# New ports collection makefile for: icons-buuf
# Date created: 2006-10-09
# Whom: Phillip Neumann <pneumann@gmail.com>
#
# $FreeBSD$
#
PORTNAME= icons-buuf
PORTVERSION= 1.6r2
PORTREVISION= 1
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
do-install:
@${RM} ${WRKSRC}/128x128/status/sunny.png
@${MKDIR} ${PREFIX}/share/icons/Buuf
@${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/
.include <bsd.port.mk>
|