diff options
Diffstat (limited to 'x11-themes/kde-icons-os-k/Makefile')
-rw-r--r-- | x11-themes/kde-icons-os-k/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-os-k/Makefile b/x11-themes/kde-icons-os-k/Makefile new file mode 100644 index 000000000000..e0b8b5007b47 --- /dev/null +++ b/x11-themes/kde-icons-os-k/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: KDE iconset OS-K +# Date created: Qua 12 Dez 2007 00:07:35 UTC +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= os-k +PORTVERSION= 1.15 +MASTER_SITES= http://nordbryggan.se/pub/ +DISTNAME= OS-K_v115 + +COMMENT= KDE OS-K iconset + +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/OS-K +PLIST_FILE_PATTERN_EXTRA= -v "^\./(buildset|README)" + +.include "${.CURDIR}/../kde-icons-noia/Makefile.icons" |