diff options
Diffstat (limited to 'x11-themes/icons-buuf/Makefile')
-rw-r--r-- | x11-themes/icons-buuf/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-themes/icons-buuf/Makefile b/x11-themes/icons-buuf/Makefile deleted file mode 100644 index f3188791d64a..000000000000 --- a/x11-themes/icons-buuf/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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= 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> |