mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
429fbc1969
o This will work as a "master" port for the other icon ports. They will inherit their working logic from Makefile.icons
20 lines
474 B
Makefile
20 lines
474 B
Makefile
# New ports collection makefile for: KDE iconset Noia
|
|
# Date created: Fri Feb 13 11:24:29 UTC 2004
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= noia
|
|
PORTVERSION= 1.00
|
|
MASTER_SITES= http://es.kde.org/downloads/
|
|
DISTNAME= ${PORTNAME}-kde-icons-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
COMMENT= KDE Noia complete iconset
|
|
|
|
WRKSRC= "${WRKDIR}/noia_kde_${PORTVERSION:C/\.//}"
|
|
PORT_SHAREDIR= ${PORTNAME}
|
|
|
|
.include "${.CURDIR}/Makefile.icons"
|