diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 09:45:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-09 09:45:37 +0000 |
commit | 1977d149f7b7a43220e22efa99ec00b66f0e60cd (patch) | |
tree | 664a894f15f5151321a8aebb040414694c322dd7 /databases/db42/Makefile | |
parent | 59ef4c83ff8594ea20724521f2521b31d9a28cbf (diff) | |
download | ports-1977d149f7b7a43220e22efa99ec00b66f0e60cd.tar.gz ports-1977d149f7b7a43220e22efa99ec00b66f0e60cd.zip |
Notes
Diffstat (limited to 'databases/db42/Makefile')
-rw-r--r-- | databases/db42/Makefile | 39 |
1 files changed, 8 insertions, 31 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 0cf2516d0ee6..2969705a4cfb 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -1,43 +1,20 @@ -# ports collection makefile for: Berkeley DB v4 -# Date created: 2003-01-04 -# Whom: Matthias Andree <matthias.andree@web.de> +# ports collection makefile for: Berkeley DB v4.2 +# Date created: 2003-11-26 +# Whom: Matthias Andree <matthias.andree@gmx.de> # # $FreeBSD$ # -PORTNAME= db41 -PORTVERSION= 4.1.25 -PORTREVISION= 1 +PORTNAME= db42 +PORTVERSION= 4.2.52 CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/snapshot/ PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ PATCHFILES= patch.${PORTVERSION}.1 -PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.1 +COMMENT= The Berkeley DB package, revision 4.2 -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix +MASTERDIR?= ${.CURDIR} -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ - --enable-cxx --enable-dynamic \ - --includedir=${PREFIX}/include/db41 -INSTALLS_SHLIB= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install_docs -.endif - -post-patch: - @${REINPLACE_CMD} -Ee \ - 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> +.include <${MASTERDIR}/Makefile.db> |