f20bc0fc40
Sigil v0.1.9 2010.02.08. - fixed a regression that caused Sigil to demand that all XHTML streams in an epub file be valid XML (issue #248) - the "container.xml" reading subsystem now handles XML files with namespaces (issue #235) - HTML encoding detection is now performed even on XHTML files in epub archives (per spec, they have to be UTF-8 or UTF-16, but Sigil will now handle those that aren't) - fixed an issue with content file filenames using "%20" for spaces not being loaded (issue #232) - the temp directory used on Windows is now <Profile>/Sigil instead of <Profile>/My Documents/Sigil (issue #222)
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.10 2010/02/16 15:37:05 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Sigil-0.1.9-Code
|
|
PKGNAME= ${DISTNAME:S/-Code//}
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://sigil.googlecode.com/files/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/sigil/
|
|
COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format)
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|