ed08b9e68c
Approved by: portmgr@ (blanket approval)
16 lines
414 B
Makefile
16 lines
414 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nuvola
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://www.icon-king.com/files/ \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
COMMENT= KDE Nuvola iconset, SVG evolution of SKY
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}"
|
|
|
|
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|