aboutsummaryrefslogtreecommitdiff
path: root/textproc/wv2/Makefile
blob: 2c94e00041e1a0e76a445f96035561af8e95bb14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	wv2
PORTVERSION=	0.4.2
PORTREVISION=	10
CATEGORIES=	textproc
MASTER_SITES=	SF/wvware/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library providing routines to access Microsoft Word files

LICENSE=	LGPL20
LICENSE_FILE=	${WRKSRC}/COPYING.LIB

USES=		cmake gnome iconv libtool pkgconfig tar:bzip2
USE_GNOME=	libgsf
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
		${WRKSRC}/src/olestream.h

.include <bsd.port.mk>