23 lines
639 B
Makefile
23 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/03/18 13:49:38 wiz Exp $
|
|
#
|
|
|
|
# also update lit2epub if you update this package.
|
|
DISTNAME= ebook-tools-0.1.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebook-tools/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ebook-tools.sourceforge.net/
|
|
COMMENT= Tools for accessing and converting various ebook file formats
|
|
LICENSE= mit
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../archivers/libzip/buildlink3.mk"
|
|
.include "../../devel/cmake/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|