blob: 7157a779fe9b83e0f5b8f9c404fa4fd0eaa17f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2009/07/07 20:58:04 joerg Exp $
DISTNAME= o3read-0.0.4
CATEGORIES= textproc
MASTER_SITES= http://siag.nu/pub/o3read/
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://siag.nu/o3read/
COMMENT= Standalone converter for OpenOffice and OpenDocument file formats
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.pkg.mk"
|