5271da855f
For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
21 lines
509 B
Makefile
21 lines
509 B
Makefile
# $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/${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= The Oxygen icon theme for KDE
|
|
|
|
USE_XZ= yes
|
|
USE_KDE4= kdeprefix kdehier
|
|
USES= cmake:outsource
|
|
INSTALL_TARGET= install
|
|
EXTRACT_AFTER_ARGS= --exclude '${DISTNAME}/scalable'
|
|
|
|
.include <bsd.port.mk>
|