ed67e7d091
pkgsrc changes: Drop all local patches as merged Depend on upstreamed support for NetBSD There is no particular upstream changelog, it's a first tag in 5 years with all the patches applied. The major benefit is to unload software from bundling a custom patched (without NetBSD support) version of nvtt.
22 lines
649 B
Makefile
22 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/09/19 23:28:01 kamil Exp $
|
|
|
|
DISTNAME= nvidia-texture-tools-2.1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=castano/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/castano/nvidia-texture-tools/wiki
|
|
COMMENT= Texture processing tools with support for Direct3D 10 and 11 formats
|
|
LICENSE= mit
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
CMAKE_ARGS+= -DNVTT_SHARED=ON
|
|
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|