freebsd-ports/x11-themes/icons-human-azul/Makefile
Rong-En Fan fc53fbfa7d - Change master site to make it fetchable. The following three sites
www.kde-apps.org
  www.kde-look.org
  www.gnome-look.org

  changed their file location.

PR:		ports/109389
Noticed by:	Phillip Neumann <pneumann at gmail.com>
Approved by:	portmgr (pav)
2007-02-22 01:50:19 +00:00

25 lines
566 B
Makefile

# 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
PORTREVISION= 1
CATEGORIES= x11-themes
MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/
DISTNAME= 37099-HumanAzul
MAINTAINER= pneumann@gmail.com
COMMENT= A set of icons from the Ubuntu human look
NO_BUILD= yes
WRKSRC= ${WRKDIR}/HumanAzul
do-install:
@${MKDIR} ${PREFIX}/share/icons/HumanAzul
@${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/
.include <bsd.port.mk>