Files
pkgsrc-ng/graphics/libsixel/Makefile
2016-11-18 22:39:22 +01:00

25 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.24 2016/08/21 11:17:44 ryoon Exp $
DISTNAME= libsixel-1.7.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=saitoha/}
GITHUB_PROJECT= libsixel
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@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"