mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
16 lines
339 B
Makefile
16 lines
339 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= noia
|
|
PORTVERSION= 1.00
|
|
MASTER_SITES= GENTOO
|
|
DISTNAME= noia-kde-icons-${PORTVERSION}
|
|
|
|
COMMENT= KDE Noia complete iconset
|
|
|
|
USES= tar:tgz
|
|
WRKSRC= ${WRKDIR}/noia_kde_${PORTVERSION:C/\.//}
|
|
PORT_SHAREDIR= ${PORTNAME}
|
|
|
|
.include "${.CURDIR}/Makefile.icons"
|