blob: db86bce23a9875d54ebb23e149dc4c7b60292264 (
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 Amaranth Althaea
# Date created: Fri Feb 13 11:24:29 UTC 2004
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= amaranth-althaea
PORTVERSION= 0.4
MASTER_SITES= ${MASTER_SITE_THEMES}
MASTER_SITE_SUBDIR= amaranth
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^.//}
COMMENT= KDE iconset like Crystal SVG, but simpler and with more shadows
WRKSRC= "${WRKDIR}/Altheae"
.include "${.CURDIR}/../kde-icons-noia/Makefile.icons"
|