openbsd-ports/graphics/djvulibre/Makefile
2012-07-09 14:18:16 +00:00

46 lines
868 B
Makefile

# $OpenBSD: Makefile,v 1.29 2012/07/09 14:18:16 shadchin Exp $
COMMENT= view, decode and encode DjVu files
DISTNAME= djvulibre-3.5.25.3
REVISION= 0
SHARED_LIBS= djvulibre 25.0 # 25.0
CATEGORIES= graphics print
HOMEPAGE= http://djvu.sourceforge.net/
MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/}
WANTLIB= c m jpeg pthread stdc++ tiff z
LIB_DEPENDS= graphics/jpeg \
graphics/tiff
RUN_DEPENDS+= x11/gtk+2,-guic
BUILD_DEPENDS+= x11/gnome/librsvg
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
AUTOCONF_VERSION= 2.67
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --with-jpeg=${LOCALBASE} \
--with-tiff=${LOCALBASE}
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}/${DISTNAME:R}
.include <bsd.port.mk>