2004-04-25 00:46:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.15 2004/04/24 22:46:09 jlam Exp $
|
2000-01-17 04:44:27 +01:00
|
|
|
|
|
|
|
DISTNAME= rx-1.5
|
|
|
|
CATEGORIES= devel
|
2002-11-23 23:24:40 +01:00
|
|
|
MASTER_SITES= #
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-01-17 04:44:27 +01:00
|
|
|
|
2004-04-25 00:46:08 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2000-01-17 04:44:27 +01:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/rx/rx.html
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= Fast replacement for the GNU regex library
|
2000-01-17 04:44:27 +01:00
|
|
|
|
2004-03-23 05:40:59 +01:00
|
|
|
USE_BUILDLINK3= yes
|
2000-06-09 00:40:30 +02:00
|
|
|
USE_LIBTOOL= # defined
|
|
|
|
GNU_CONFIGURE= # defined
|
2000-01-17 04:44:27 +01:00
|
|
|
|
|
|
|
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"
|