freebsd-ports/textproc/libwps/Makefile
Michael Johnson 1c3af98eb0 Add libwps
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/
2008-04-16 17:54:21 +00:00

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>