Libwps is a library (for use by word procesors, for example) for importing the Microsoft Works word processor file format. It imports Works format versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is just a Works word processor import filter, so there are no plans for supporting an export filter, spreadsheets, or databases. WWW: http://libwps.sourceforge.net/
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# New ports collection makefile for: libwps
|
|
# Date created: 2008-04-16
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libwps
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= A Microsoft file word processor format import filter library
|
|
|
|
LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= gnomeprefix gnomehack ltverhack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|