1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/wv2/Makefile
Jochen Neumeister 180d5af384 Give Maintainership to Submitter
PR:		235771
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Sponsored by:	Netzkommune GmbH
2019-02-17 10:02:25 +00:00

27 lines
530 B
Makefile

# Created by: lofi@FreeBSD.org
# $FreeBSD$
PORTNAME= wv2
PORTVERSION= 0.4.2
PORTREVISION= 8
CATEGORIES= textproc
MASTER_SITES= SF/wvware/
MAINTAINER= phascolarctos@protonmail.ch
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>