ports/graphics/libsixel/Makefile

34 lines
555 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = encoder/decoder implementation for DEC SIXEL graphics
V = 1.8.6
DISTNAME = libsixel-$V
REVISION = 0
SHARED_LIBS += sixel 1.0 # 1.6
CATEGORIES = graphics
HOMEPAGE = https://github.com/saitoha/libsixel
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c jpeg m png z
2023-09-26 17:06:53 +00:00
SITES = https://github.com/saitoha/libsixel/releases/download/v$V/
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = graphics/jpeg \
graphics/png
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --disable-python \
--without-libcurl
# Requires Python
NO_TEST = Yes
WRKDIST = ${WRKDIR}/sixel-$V
.include <bsd.port.mk>