openbsd-ports/graphics/djvulibre/Makefile

60 lines
1.3 KiB
Makefile
Raw Normal View History

2011-11-01 16:30:49 -04:00
# $OpenBSD: Makefile,v 1.24 2011/11/01 20:30:49 jasper Exp $
COMMENT= view, decode and encode DjVu files
2011-03-17 10:56:54 -04:00
DISTNAME= djvulibre-3.5.24
2011-11-01 16:30:49 -04:00
REVISION= 2
2011-03-17 10:56:54 -04:00
SHARED_LIBS= djvulibre 24.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/}
FLAVORS= no_x11
FLAVOR?=
WANTLIB= c m jpeg pthread stdc++ tiff z
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= graphics/jpeg \
graphics/tiff
USE_GMAKE= Yes
USE_LIBTOOL= Yes
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-jpeg=${LOCALBASE} \
--with-tiff=${LOCALBASE} \
2007-02-06 02:17:42 -05:00
--with-extra-libraries=${LOCALBASE}/lib \
--disable-i18n
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+=--without-x
.else
MODULES= x11/qt3
2011-03-17 10:56:54 -04:00
2011-11-01 16:30:49 -04:00
WANTLIB += GL ICE SM X11 Xcursor Xdamage Xext Xfixes
2011-03-17 10:56:54 -04:00
WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm drm expat
2011-11-01 16:30:49 -04:00
WANTLIB += fontconfig freetype lcms mng png xcb
2011-03-17 10:56:54 -04:00
RUN_DEPENDS+= devel/desktop-file-utils \
x11/hicolor-icon-theme
CONFIGURE_ARGS+=--enable-djview
CONFIGURE_ENV+= QT_CFLAGS="-I${MODQT_INCDIR}" \
2011-03-17 10:56:54 -04:00
QT_LIBS="-L${MODQT_LIBDIR} -lqt-mt" \
CPPFLAGS="-I${X11BASE}/include"
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>