summaryrefslogtreecommitdiff
path: root/x11/elementary-icon-theme/Makefile
blob: 9a7f53e41be648025d46485e0efc3f4a420846a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.1 2013/06/16 18:56:05 sno Exp $
#

DISTNAME=	elementary-icon-theme-3.0
CATEGORIES=	graphics
MASTER_SITES=	https://launchpad.net/elementaryicons/3.x/3.0/+download/
DISTFILES=	elementary.tar.gz

MAINTAINER=	joerg@NetBSD.org
HOMEPAGE=	http://elementaryos.org/docs/packaging/themes/elementary-icons
COMMENT=	Simple and appealing Tango-styled icon theme
LICENSE=	gnu-gpl-v3

PKG_DESTDIR_SUPPORT=	user-destdir

# Needed for launchpad
FETCH_USING=	curl

WRKSRC=		${WRKDIR}/elementary
NO_BUILD=	yes
USE_LANGUAGES=	# none
USE_TOOLS+=	pax

do-install:
	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons
	cd ${WRKSRC} && pax -rw -pe . ${DESTDIR}${PREFIX}/share/icons/

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