freebsd-ports/textproc/wv2/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
689 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
PORTREVISION= 1
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_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>