blob: 4f70669c5fc43050640cf00188cd5c6779d2b1d5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ebook-tools
# Date created: 2008-07-13
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ebook-tools
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= textproc kde
MASTER_SITES= SF
MAINTAINER= kde@FreeBSD.org
COMMENT= Accessing and converting various ebook file formats
LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip
USE_CMAKE= yes
USE_LDCONFIG= yes
USE_GNOME= libxml2 pkgconfig
.include <bsd.port.mk>
|