54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
33 lines
732 B
Makefile
33 lines
732 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.2
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
|
|
|
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} --disable-debug
|
|
|
|
USE_GNOME= gnometarget libgsf
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_REINPLACE= yes
|
|
|
|
pre-configure:
|
|
@${REINPLACE_CMD} "s,-pedantic ,," ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|