1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/textproc/wv2/Makefile
Tijl Coosemans 6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00

26 lines
523 B
Makefile

# Created by: lofi@FreeBSD.org
# $FreeBSD$
PORTNAME= wv2
PORTVERSION= 0.4.2
PORTREVISION= 7
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
USE_GNOME= libgsf
GNU_CONFIGURE= yes
USES= cmake:outsource iconv libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
${WRKSRC}/src/olestream.h
.include <bsd.port.mk>