blob: 44c276f2129cfd78a2c59cc03fabd171837d463e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.46 2020/01/12 20:20:23 ryoon Exp $
DISTNAME= libsixel-1.8.5
PKGREVISION= 1
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"
|