Skip to content

Commit

Permalink
graphics/jbig2dec: Add make test
Browse files Browse the repository at this point in the history
PR:		273844
  • Loading branch information
Daniel Engberg authored and sunpoet committed Sep 30, 2023
1 parent c65e1ba commit de8c89b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphics/jbig2dec/Makefile
Expand Up @@ -10,16 +10,19 @@ WWW= https://github.com/ArtifexSoftware/jbig2dec
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

USES= cpe libtool pathfix
USES= cpe libtool pathfix python:env,test shebangfix

CONFIGURE_ENV= ac_cv_func_getopt_long=yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
LDFLAGS+= -lmd
TEST_TARGET= check
USE_LDCONFIG= yes

CPE_VENDOR= artifex

SHEBANG_FILES= *.py

OPTIONS_DEFINE= PNG
OPTIONS_DEFAULT=PNG

Expand Down

0 comments on commit de8c89b

Please sign in to comment.