mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
18 lines
451 B
Makefile
18 lines
451 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
PORTNAME= gartoon
|
|
PORTVERSION= 1.3
|
|
MASTER_SITES= LOCAL/fluffy \
|
|
http://ns.ael.ru/ports/distfiles/KDE/
|
|
PKGNAMESUFFIX= -blue-svg
|
|
DISTNAME= ICONS-Gartoon.Blue-SVG-v${PORTVERSION}
|
|
|
|
COMMENT= KDE Gartoon Blue SVG iconset
|
|
|
|
USES= tar:bzip2
|
|
|
|
WRKSRC= ${WRKDIR}/Gartoon.Blue
|
|
PORT_SHAREDIR?= "${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}"
|
|
|
|
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|