mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7e9cabea78
PR: 133835 Submitted by: Jochen Neumeister <jochen@daten-chaos.de>
30 lines
630 B
Makefile
30 lines
630 B
Makefile
# New ports collection makefile for: wv2
|
|
# Date created: Do 28 Aug 2003 15:50:37 CEST
|
|
# Whom: lofi@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wv2
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/wvware
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library providing routines to access Microsoft Word files
|
|
|
|
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= gnometarget libgsf
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|