diff options
Diffstat (limited to 'textproc/lit2epub/Makefile')
-rw-r--r-- | textproc/lit2epub/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/textproc/lit2epub/Makefile b/textproc/lit2epub/Makefile new file mode 100644 index 00000000000..13bd41b0bd0 --- /dev/null +++ b/textproc/lit2epub/Makefile @@ -0,0 +1,30 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/06 23:41:12 markd Exp $ +# + +DISTNAME= ebook-tools-0.1.1 +PKGNAME= lit2epub-0.1.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebook-tools/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://ebook-tools.sourceforge.net/ +COMMENT= Convert .lit files to valid epub +LICENSE= mit + +DEPENDS+= zip-[0-9]*:../../archivers/zip +DEPENDS+= convertlit-[0-9]*:../../textproc/convertlit + +CONFLICTS+= ebook-tools<=0.1.1 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= bash:run +REPLACE_BASH= src/tools/lit2epub +NO_BUILD= yes + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/src/tools/lit2epub ${DESTDIR}${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |