aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ebook-tools/Makefile
blob: 675708a4f148aa16ea08d15585d60a20fb98b8e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ebook-tools
PORTVERSION=    0.2.2
CATEGORIES= textproc kde
MASTER_SITES=   SF

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

LIB_DEPENDS=    zip:${PORTSDIR}/archivers/libzip

USE_CMAKE=  yes
USE_LDCONFIG=   yes
USE_GNOME=  libxml2

.include <bsd.port.mk>