blob: 40cf639b48d99ce724f875df61c56a8941bcf726 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: KDE iconset Steel
# Date created: Fri Feb 13 11:24:29 UTC 2004
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= steel
PORTVERSION= 1.2.5
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= steelicons
DISTNAME= steelicons-default-${PORTVERSION}
COMMENT= KDE iconset comprised of Steel/Silver icons with shadows
WRKSRC= "${WRKDIR}/Steel"
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|