1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/wv2/Makefile
Lorenzo Salvadore be60350de5 Put some ports back in the pool
Approved by:	gerald (mentor), tcberner (co-mentor)
Differential Revision:	https://reviews.freebsd.org/D25110
2020-06-03 21:54:29 +00:00

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>