91a78e4787
The changes include: Mention other file formats than ODT in the manual page Remove check for mime type Fix typo in manual page Make iconv usage configurable Build on HP-UX 11 This is for PR #43599
23 lines
565 B
Makefile
23 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/12/07 02:53:45 reed Exp $
|
|
#
|
|
|
|
DISTNAME= odt2txt-0.4
|
|
CATEGORIES= converters textproc
|
|
MASTER_SITES= http://stosberg.net/odt2txt/
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://stosberg.net/odt2txt/
|
|
COMMENT= Simple converter from OpenDocument Text to plain text
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# TODO: iconv or not?
|
|
# TODO: maybe package odf2html, odfread, odfreader
|