mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
be60350de5
Approved by: gerald (mentor), tcberner (co-mentor) Differential Revision: https://reviews.freebsd.org/D25110
27 lines
520 B
Makefile
27 lines
520 B
Makefile
# Created by: lofi@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wv2
|
|
PORTVERSION= 0.4.2
|
|
PORTREVISION= 8
|
|
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>
|