freebsd-ports/textproc/ebook-tools/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

18 lines
351 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
LIB_DEPENDS= zip:${PORTSDIR}/archivers/libzip
USES= cmake
USE_LDCONFIG= yes
USE_GNOME= libxml2
.include <bsd.port.mk>