9449a7dc56
FBReader is an e-book reader for various platforms. Main features: * Supported formats are * fb2 e-book format (style attributes are not supported yet). * HTML format (tables are not supported). * CHM format (tables are not supported). * plucker format (tables are not supported). * Palmdoc (aportis doc). * zTxt (Weasel format). * TCR (psion text) format. * RTF format (stylesheets and tables are not supported). * OEB format (css and tables are not supported). * OpenReader format (css and tables are not supported). * Non-DRM'ed mobipocket format (tables are not supported). * Plain text format. * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books in one archive are supported.) * Automatic library building. * Automatic language and character encoding detection is supported. * Automatically generated contents table. * Embedded images support. * Footnotes/hyperlinks support. * Position indicator. * Keeps the last open book and the last read positions for all opened books between runs. * List of last opened books. * Automatic hyphenations. * Text search. * Full-screen mode. * Screen rotation by 90, 180 and 270 degrees.
34 lines
975 B
Makefile
34 lines
975 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 17:39:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fbreader-sources-0.10.1
|
|
PKGNAME= ${DISTNAME:S/-sources//}
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.fbreader.org/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fbreader.org/
|
|
COMMENT= Ebook reader software
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
USE_DIRS+= xdg-1.4
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_ENV+= INSTALLDIR=${PREFIX}
|
|
MAKE_ENV+= DESTDIR=${DESTDIR}
|
|
MAKE_ENV+= LDFLAGS=${COMPILER_RPATH_FLAG}${PREFIX}/lib
|
|
MAKE_ENV+= TARGET_ARCH=desktop
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../converters/fribidi/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../textproc/liblinebreak/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|