3d24f50b71
libwpd is a library for reading and writing WordPerfect(tm) documents. This package also includes utilities for converting to HTML and plain text.
27 lines
557 B
Makefile
27 lines
557 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/10 11:13:00 robert Exp $
|
|
|
|
COMMENT= "library for importing and exporting WordPerfect(tm) documents"
|
|
|
|
DISTNAME= libwpd-0.8.7
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS= wpd-0.8 8.7 \
|
|
wpd-stream-0.8 8.7
|
|
|
|
HOMEPAGE= http://libwpd.sourceforge.net/
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libwpd/}
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|