mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
16 lines
393 B
Makefile
16 lines
393 B
Makefile
# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= IcOsX
|
|
PORTVERSION= 0.7
|
|
MASTER_SITES= http://physics.ramapo.edu/downloads/ \
|
|
http://easylinuxguide.com/downloads/kde-iconthemes/
|
|
|
|
COMMENT= KDE IcOsX iconset
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}"
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|