Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.3 2016/08/03 10:22:49 adam Exp $
DISTNAME= arc-theme
PKGNAME= arc-theme-20160605
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=horst3180/}
MAINTAINER= youri@NetBSD.org
HOMEPAGE= https://github.com/horst3180/arc-theme/
COMMENT= Arch theme for GTK2, GTK3 and desktops
LICENSE= gnu-gpl-v3
GITHUB_PROJECT= arc-theme
GITHUB_TAG= 20160605
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= automake pkg-config intltool
DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine
DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
pre-configure:
cd ${WRKSRC} && ./autogen.sh
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"