1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/wv2/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

26 lines
610 B
Makefile

# Created by: lofi@FreeBSD.org
# $FreeBSD$
PORTNAME= wv2
PORTVERSION= 0.4.2
PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= SF/wvware/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Library providing routines to access Microsoft Word files
USE_GNOME= libgsf
GNU_CONFIGURE= yes
USES= cmake iconv pkgconfig libtool tar:bzip2
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|LIBGSF_INCLUDE_DIR|PC_LIBGSF_INCLUDE_DIRS|g' \
-e 's|LIBGSF_LIBRARIES|PC_LIBGSF_LIBRARIES|g' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|glib/giochannel.h|glib.h|g' \
${WRKSRC}/src/olestream.h
.include <bsd.port.mk>