102c17a1e8
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
28 lines
706 B
Makefile
28 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.4 2019/11/02 22:37:59 rillig Exp $
|
|
|
|
DISTNAME= libbpg-0.9.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= https://bellard.org/bpg/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= https://bellard.org/bpg/
|
|
COMMENT= Better Portable Graphics image format library
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES+= c c++
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
SUBST_CLASSES+= config
|
|
SUBST_MESSAGE.config= config.h file substitutions
|
|
SUBST_STAGE.config= pre-configure
|
|
SUBST_FILES.config= config.h
|
|
SUBST_VARS.config= PREFIX
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|