26 lines
668 B
Makefile
26 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/02/17 17:03:50 joerg Exp $
|
|
|
|
GITHUB_PROJECT= numix-icon-theme
|
|
GITHUB_TAG= 72c00cb61622e4a0c00243eda405746866dd82f9
|
|
DISTNAME= numix-icon-theme-0.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=numixproject/}
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://github.com/numixproject/numix-icon-theme/
|
|
COMMENT= Numix icon theme
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
NO_BUILD= yes
|
|
USE_LANGUAGES= # none
|
|
USE_TOOLS+= pax
|
|
|
|
INSTALLATION_DIRS= share/icons
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PAX} -rw Numix-Light Numix \
|
|
${DESTDIR}${PREFIX}/share/icons/
|
|
|
|
.include "../../graphics/gnome-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|