aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wv2/Makefile
blob: 7e1478b96fc0d8834d52948aa47768cbde495992 (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
24
25
26
# New ports collection makefile for:    wv2
# Date created:         Do 28 Aug 2003 15:50:37 CEST
# Whom:                 lofi@freebsd.org
#
# $FreeBSD$
#

PORTNAME=   wv2
PORTVERSION=    0.4.2
PORTREVISION=   5
CATEGORIES= textproc
MASTER_SITES=   SF/wvware/

MAINTAINER= fluffy@FreeBSD.org
COMMENT=    A library providing routines to access Microsoft Word files

USE_GNOME=  libgsf
USE_BZIP2=  yes
USES=       cmake iconv
USE_LDCONFIG=   yes

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

.include <bsd.port.mk>