pkgsrc/graphics/oxygen-icons/Makefile
markd 129ac40147 oxygen-icons: update to 5.70.0
5.68
  Support data-error/warning/information also in 32,46,64,128 sizes
  Add "plugins" action item, to match Breeze icons
  Add status icons: data-error, data-warning, data-information
2020-06-07 10:42:48 +00:00

25 lines
667 B
Makefile

# $NetBSD: Makefile,v 1.38 2020/06/07 10:42:48 markd Exp $
DISTNAME= oxygen-icons5-5.70.0
PKGNAME= ${DISTNAME:S/5//}
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.oxygen-icons.org/
COMMENT= Oxygen icon set for the KDE integrated X11 desktop
LICENSE= gnu-lgpl-v3
BUILD_DEPENDS+= extra-cmake-modules>=5.70.0:../../devel/extra-cmake-modules
TOOLS_DEPENDS.cmake= cmake>=3.0:../../devel/cmake
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
.include "../../mk/bsd.pkg.mk"