aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/kde4-icons-oxygen/Makefile
blob: 455b0a2ef697f80a8ff3011e3704d2bb1b149ade (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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

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

.include <bsd.port.mk>