aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/kde4-icons-oxygen/Makefile
blob: cca4f5bcad91d8def8967f6597f8b28e5edbb31d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=   oxygen
PORTVERSION=    ${KDE4_VERSION}
CATEGORIES= x11-themes kde
MASTER_SITES=   KDE/${KDE4_BRANCH}/${PORTVERSION}/src
PKGNAMEPREFIX=  kde4-icons-
DISTNAME=   ${PORTNAME}-icons-${PORTVERSION}
DIST_SUBDIR=    KDE/${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    The Oxygen icon theme for KDE

USE_KDE4=   kdeprefix
USES=       cmake:outsource tar:xz
INSTALL_TARGET= install
EXTRACT_AFTER_ARGS= --exclude '${DISTNAME}/scalable'

.include <bsd.port.mk>