freebsd-ports/textproc/wv2/Makefile
Rong-En Fan 3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00

29 lines
647 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.2.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wvware
MAINTAINER= lofi@freebsd.org
COMMENT= A library providing routines to access Microsoft Word files
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
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>