freebsd-ports/textproc/ebook-tools/Makefile
Raphael Kubo da Costa 3b6211baed - Use the new LIB_DEPENDS syntax.
- Support staging.
- Set LICENSE.
2014-01-05 17:39:35 +00:00

20 lines
371 B
Makefile

# 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
LICENSE= MIT
LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip
USES= cmake
USE_LDCONFIG= yes
USE_GNOME= libxml2
.include <bsd.port.mk>