29 lines
715 B
Makefile
29 lines
715 B
Makefile
|
# $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"
|