While at it: * Drop documentation, which is mostly useless. Only headers are actually documented, and these are more accessible without doxygen-generated HTML. * Remove USE_NINJA stuff - devel/cmake module handles that. * Add HOMEPAGE. There isn't much useful information on SourceForge project page, but it is at least a pointer. * Rewrite pkg/DESCR for more precision, and mentioned that lit2epub script, which is installed with this port, requires clit package. OK sthen@
27 lines
537 B
Makefile
27 lines
537 B
Makefile
# $OpenBSD: Makefile,v 1.13 2015/05/27 16:57:17 czarkoff Exp $
|
|
|
|
COMMENT = accessing and converting various ebook file formats
|
|
V = 0.2.2
|
|
DISTNAME = ebook-tools-${V}
|
|
|
|
HOMEPAGE = https://sourceforge.net/projects/ebook-tools/
|
|
|
|
SHARED_LIBS += epub 0.0 # 0.2
|
|
|
|
CATEGORIES = textproc devel
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c pthread xml2 z zip
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=ebook-tools/${V}/}
|
|
|
|
MODULES = devel/cmake
|
|
LIB_DEPENDS = textproc/libxml \
|
|
archivers/libzip
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|