2019-11-02 23:37:52 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2019/11/02 22:37:59 rillig Exp $
|
2014-12-12 23:05:04 +01:00
|
|
|
|
|
|
|
DISTNAME= libbpg-0.9.2
|
|
|
|
CATEGORIES= graphics
|
2017-08-16 22:21:03 +02:00
|
|
|
MASTER_SITES= https://bellard.org/bpg/
|
2014-12-12 23:05:04 +01:00
|
|
|
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
2017-08-16 22:21:03 +02:00
|
|
|
HOMEPAGE= https://bellard.org/bpg/
|
2014-12-12 23:05:04 +01:00
|
|
|
COMMENT= Better Portable Graphics image format library
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
USE_LANGUAGES+= c c++
|
|
|
|
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
|
2019-11-02 23:37:52 +01:00
|
|
|
SUBST_CLASSES+= config
|
|
|
|
SUBST_MESSAGE.config= config.h file substitutions
|
|
|
|
SUBST_STAGE.config= pre-configure
|
|
|
|
SUBST_FILES.config= config.h
|
2019-05-23 21:22:54 +02:00
|
|
|
SUBST_VARS.config= PREFIX
|
2014-12-12 23:05:04 +01:00
|
|
|
|
|
|
|
.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"
|