diff options
Diffstat (limited to 'x11-themes/kde-icons-icosx/Makefile')
-rw-r--r-- | x11-themes/kde-icons-icosx/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-icosx/Makefile b/x11-themes/kde-icons-icosx/Makefile new file mode 100644 index 000000000000..e786f57e5ebe --- /dev/null +++ b/x11-themes/kde-icons-icosx/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: KDE iconset IcOsX +# Date created: Sat Feb 21 09:12:08 UTC 2004 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= IcOsX +PORTVERSION= 0.7 +MASTER_SITES= http://kr.hancom.com/bbs/scripts/ +DISTNAME= index.php\?table=pds7\&mode=download\&id=24 +EXTRACT_SUFX= + +COMMENT= KDE IcOsX iconset + +WRKSRC= ${WRKDIR}/${PORTNAME} +PORT_SHAREDIR?= "${PORTNAME}-${PORTVERSION}" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |