summaryrefslogtreecommitdiff
path: root/graphics/xfce4-icon-theme/Makefile
blob: 53db5587546db1c911e6678a529ef8eff9e6721d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.2 2005/02/23 14:07:25 martti Exp $

.include "../../meta-pkgs/xfce4/Makefile.common"

DISTNAME=	xfce4-icon-theme-${XFCE4_VERSION}
CATEGORIES=	graphics
COMMENT=	XFce4 icon themes

.if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
# The distfile cannot be extracted with tar on NetBSD 1.6.x
BUILD_DEPENDS+=	gtar-base-[0-9]*:../../archivers/gtar-base
GTAR=		${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
.endif

.include "../../mk/bsd.pkg.mk"