freebsd-ports/textproc/wv2/Makefile

32 lines
702 B
Makefile
Raw Normal View History

# 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
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
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
USE_GNOME= gnometarget libgsf
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
pre-configure:
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
.include <bsd.port.mk>