freebsd-ports/textproc/ebook-tools/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

21 lines
375 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ebook-tools
PORTVERSION= 0.2.2
PORTREVISION= 3
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
USE_LDCONFIG= yes
USE_GNOME= libxml2
.include <bsd.port.mk>