openbsd-ports/print/unpaper/Makefile
kmos ae9ad0da21 Fix build on sparc64 by switching to ports-gcc
Otherwise build fails with:

"A C library compatible with POSIX.1-2008 is required"
2022-04-23 21:40:33 +00:00

33 lines
632 B
Makefile
Executable File

COMMENT= post-processing tool for scanned paper sheets
DISTNAME= unpaper-7.0.0
CATEGORIES= print graphics
HOMEPAGE= https://www.flameeyes.com/projects/unpaper
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE= Yes
# C library compatible with POSIX.1-2008 is required
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += avcodec avformat avutil c m
MASTER_SITES= https://www.flameeyes.eu/files/
EXTRACT_SUFX= .tar.xz
MODULES= devel/meson \
lang/python
MODPY_RUNDEP= No
BUILD_DEPENDS= textproc/py-sphinx${MODPY_FLAVOR}
LIB_DEPENDS= graphics/ffmpeg
.include <bsd.port.mk>