openbsd-ports/graphics/djvulibre/Makefile

46 lines
868 B
Makefile
Raw Normal View History

# $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
2007-11-24 08:25:50 -05:00
HOMEPAGE= http://djvu.sourceforge.net/
2011-03-17 10:56:54 -04:00
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
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/jpeg \
graphics/tiff
RUN_DEPENDS+= x11/gtk+2,-guic
BUILD_DEPENDS+= x11/gnome/librsvg
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
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>