2003-09-26 20:01:34 +02:00
|
|
|
# New ports collection makefile for: wv2
|
|
|
|
# Date created: Do 28 Aug 2003 15:50:37 CEST
|
|
|
|
# Whom: lofi@freebsd.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wv2
|
2004-07-17 13:56:25 +02:00
|
|
|
PORTVERSION= 0.2.2
|
2006-05-27 12:26:19 +02:00
|
|
|
PORTREVISION= 3
|
2003-09-26 20:01:34 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= wvware
|
|
|
|
|
|
|
|
MAINTAINER= lofi@freebsd.org
|
2004-04-04 08:59:42 +02:00
|
|
|
COMMENT= A library providing routines to access Microsoft Word files
|
2003-09-26 20:01:34 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
|
|
|
|
2003-11-16 18:57:34 +01:00
|
|
|
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
|
2003-09-26 20:01:34 +02:00
|
|
|
|
2003-09-29 18:53:14 +02:00
|
|
|
USE_GNOME= gnometarget libgsf
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-26 20:01:34 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-09-30 19:30:50 +02:00
|
|
|
pre-configure:
|
2003-09-26 20:01:34 +02:00
|
|
|
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|