2014-09-05 13:47:51 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2014/09/05 11:47:51 obache Exp $
|
2014-07-13 12:10:56 +02:00
|
|
|
|
2014-09-05 13:47:51 +02:00
|
|
|
DISTNAME= libsixel-1.0.3
|
2014-07-13 12:10:56 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= -${HOMEPAGE:Q}/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
|
|
|
|
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/saitoha/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
|
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE+= libsixel.pc.in
|
|
|
|
|
|
|
|
.include "options.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|