mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6ead27eb95
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
26 lines
523 B
Makefile
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>
|