diff options
Diffstat (limited to 'textproc/ebook-tools/Makefile')
-rw-r--r-- | textproc/ebook-tools/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile new file mode 100644 index 000000000000..d2fa64b90d03 --- /dev/null +++ b/textproc/ebook-tools/Makefile @@ -0,0 +1,27 @@ +# 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 +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_KDE4= kdehier kdeprefix +USE_CMAKE= yes +CMAKE_VERBOSE= yes +USE_LDCONFIG= yes +USE_GNOME= libxml2 pkgconfig + +post-extract: + ${MKDIR} ${WRKSRC}/build + +.include <bsd.port.mk> |