pkgsrc/devel/rx/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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.
2004-10-03 00:12:51 +00:00

30 lines
759 B
Makefile

# $NetBSD: Makefile,v 1.16 2004/10/03 00:13:33 tv Exp $
DISTNAME= rx-1.5
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= #
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/rx/rx.html
COMMENT= Fast replacement for the GNU regex library
USE_BUILDLINK3= yes
USE_LIBTOOL= # defined
GNU_CONFIGURE= # defined
INFO_FILES= rx.info
# When the API changes and breaks binary-compatibility with the previous
# version, increment the MAJOR by 1 and reset the MINOR to 0. Otherwise,
# bump the MINOR when a new version comes out.
#
RX_MAJOR= 0
RX_MINOR= 0
MAKE_ENV+= RX_MAJOR="${RX_MAJOR}" RX_MINOR="${RX_MINOR}"
post-install:
cd ${WRKSRC}/doc; ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info
.include "../../mk/bsd.pkg.mk"