ed08b9e68c
Approved by: portmgr@ (blanket approval)
15 lines
403 B
Makefile
15 lines
403 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= umicons
|
|
PORTVERSION= 2.0
|
|
MASTER_SITES= http://easylinuxguide.com/downloads/kde-iconthemes/
|
|
DISTNAME= Umicons_for_KDE.tar_2
|
|
EXTRACT_SUFX= .gz
|
|
|
|
COMMENT= KDE Umicons iconset
|
|
|
|
WRKSRC= ${WRKDIR}/Umicons_${PORTVERSION}
|
|
PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}"
|
|
|
|
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|