diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-21 09:20:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-21 09:20:16 +0000 |
commit | 5026e5d59e0110adb41ec0b38812db53dac8eb71 (patch) | |
tree | e9f9b8affddbf02e5c08c7839a698321cf106878 /x11-themes/kde-icons-icosx/Makefile | |
parent | 161eb19364e906e5700b2b534796aa8917d66ac4 (diff) |
Notes
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" |