25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.41 2019/07/21 22:25:01 wiz Exp $
|
|
|
|
DISTNAME= libsixel-1.8.2
|
|
PKGREVISION= 5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/}
|
|
GITHUB_PROJECT= libsixel
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= http://saitoha.github.io/libsixel/
|
|
COMMENT= DEC SIXEL graphics codec encoder/decoder and converter
|
|
LICENSE= mit AND public-domain
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
PKGCONFIG_OVERRIDE+= libsixel.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|