pkgsrc/misc/fbreader/Makefile
wiz 7eac6ff3d1 Update to 0.10.7, set LICENSE.
* 0.10.7

Changes: A conflict between hyperlink clicks and touch scrolling
has been fixed. In Maemo versions, empty menu items have been
hidden. In Maemo 2/3 versions, conflicts in package descriptions
have been fixed.

    * 0.10.6

Changes: A bug related to images/CSS links in epub has been fixed.
All the links inside XHTML files were interpreted relative to the
root OPF location instead of the XHTML file location. As a result,
some images were not shown in epub books.

    * 0.10.5

Changes: The migration tool from version 0.8.* has been fixed. An
FBReader freeze has been fixed. Several text selection related
issues have been fixed. Desktop Debian packages have been updated
to avoid a conflict with a version in the standard Ubuntu 9.04
repository.

    * 0.10.4

Changes: The Maemo platform (Nokia Internet Tablet) is supported
again. Multiple epub format issues have been fixed.

    * 0.10.3

Changes: Some issues related to multi-file tar, tar.gz, and tar.bz2
archives have been fixed. Greek hyphenation patterns were regenerated
from another TeX source; the new version has no license issues from
the Debian point of view.

    * 0.10.2

Changes: This is second bugfix release for version 0.10.0. It is
released for desktop and netbook computers only (for both Linux
and Windows platforms). A crash in the Preferences dialog of the
Windows version has been fixed. Image order in mobipocket files
has been corrected. Indonesian localization files have been updated.
2009-10-31 03:20:35 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2009/10/31 03:20:35 wiz Exp $
#
DISTNAME= fbreader-sources-0.10.7
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
LICENSE= gnu-gpl-v2 AND modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
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"