in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
26 lines
688 B
Makefile
26 lines
688 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:17 tv Exp $
|
|
#
|
|
|
|
DISTNAME= wv2-0.2.1
|
|
PKGREVISION= 5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://wvware.sourceforge.net/
|
|
COMMENT= Library to access Microsoft Word files
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_ICONV= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-debug
|
|
CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.libiconv}
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/libgsf/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|