blob: 964ca4ceb7d32d0f6db1d5451350af559f79dacc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
PORTNAME= ebook-tools
PORTVERSION= 0.2.2
PORTREVISION= 6
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>
|