84daec6f09
for FreeBSD. The official KDE 4.3.0 (Codename: "Caizen") release notes can be found at: http://kde.org/announcements/4.3/index.php. We'd like to say thanks to all helpers and submitters. Tested by: pointyhat-exp-run (pav/miwi)
24 lines
542 B
Makefile
24 lines
542 B
Makefile
# New ports collection makefile for: kde4-icons-oxygen
|
|
# Date created: 2009-03-30
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= oxygen
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= x11-themes kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
PKGNAMEPREFIX= kde4-icons-
|
|
DISTNAME= ${PORTNAME}-icons-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The Oxygen icon theme for KDE
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdeprefix kdehier
|
|
USE_CMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|