2018-07-01 18:33:35 +00:00

43 lines
896 B
Makefile

# $OpenBSD: Makefile,v 1.42 2018/07/01 18:33:36 espie Exp $
COMMENT= view, decode and encode DjVu files
DISTNAME= djvulibre-3.5.27
REVISION= 4
SHARED_LIBS= djvulibre 26.0 # 27.0
CATEGORIES= graphics print
HOMEPAGE= http://djvu.sourceforge.net/
MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
WANTLIB= c iconv m jpeg pthread ${COMPILER_LIBCXX} tiff z
LIB_DEPENDS= converters/libiconv \
graphics/jpeg \
graphics/tiff
RUN_DEPENDS+= misc/shared-mime-info \
x11/gtk+3,-guic
BUILD_DEPENDS+= x11/gnome/librsvg
USE_GMAKE= Yes
AUTOCONF_VERSION= 2.69
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-extra-includes=${LOCALBASE}/include \
--with-jpeg=${LOCALBASE} \
--with-tiff=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib -liconv'
NO_TEST= Yes
.include <bsd.port.mk>