Update games/scummvm to version 1.7.0
[dports.git] / textproc / libwpd / Makefile
1 # Created by: reed@pugetsoundtechnology.com
2 # $FreeBSD$
3
4 PORTNAME=       libwpd
5 PORTVERSION=    0.9.9
6 PORTREVISION=   1
7 CATEGORIES=     textproc
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     office@FreeBSD.org
11 COMMENT=        Tools for importing and exporting WordPerfect(tm) documents
12
13 LICENSE=        LGPL21 MPL
14 LICENSE_COMB=   dual
15
16 USES=           pathfix libtool:keepla tar:bzip2
17 GNU_CONFIGURE=  yes
18 USE_GNOME=      libgsf
19 USE_LDCONFIG=   yes
20 INSTALL_TARGET= install-strip
21
22 CONFIGURE_ARGS= --without-docs
23 PLIST_SUB=      MAJVER=${PORTVERSION:R}
24
25 .include <bsd.port.mk>