aboutsummaryrefslogtreecommitdiff
path: root/textproc/ebook-tools/Makefile
blob: e96d66ad0e5d21771767c23920b6b24559daae53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ebook-tools
PORTVERSION=	0.2.2
PORTREVISION=	8
CATEGORIES=	textproc kde
MASTER_SITES=	SF

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Accesses and converts various ebook file formats

LICENSE=	MIT

LIB_DEPENDS=	libzip.so:archivers/libzip

USES=		cmake gnome
USE_LDCONFIG=	yes
USE_GNOME=	libxml2

CONFLICTS_INSTALL=	ncbi-entrez-direct # bin/einfo

.include <bsd.port.mk>