2004-01-09 09:45:37 +00:00
|
|
|
# ports collection makefile for: Berkeley DB v4.2
|
|
|
|
# Date created: 2003-11-26
|
|
|
|
# Whom: Matthias Andree <matthias.andree@gmx.de>
|
1997-06-13 17:54:36 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1997-06-13 17:54:36 +00:00
|
|
|
#
|
|
|
|
|
2004-01-09 09:45:37 +00:00
|
|
|
PORTNAME= db42
|
|
|
|
PORTVERSION= 4.2.52
|
2006-11-08 05:20:31 +00:00
|
|
|
PORTREVISION= 5
|
1997-06-13 17:54:36 +00:00
|
|
|
CATEGORIES= databases
|
2003-02-16 05:54:21 +00:00
|
|
|
PKGNAMESUFFIX?=
|
|
|
|
|
2005-04-13 07:31:27 +00:00
|
|
|
PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \
|
2006-11-08 05:20:31 +00:00
|
|
|
patch.${PORTVERSION}.3 patch.${PORTVERSION}.4 \
|
|
|
|
patch.${PORTVERSION}.5
|
2001-12-24 10:45:47 +00:00
|
|
|
|
2010-06-13 11:57:36 +00:00
|
|
|
MAINTAINER= mandree@FreeBSD.org
|
2004-01-09 09:45:37 +00:00
|
|
|
COMMENT= The Berkeley DB package, revision 4.2
|
2002-11-20 13:15:12 +00:00
|
|
|
|
2004-03-03 11:21:33 +00:00
|
|
|
MASTERDIR?= ${.CURDIR}
|
|
|
|
|
2005-04-05 18:55:31 +00:00
|
|
|
SLAVE_PORT= no
|
|
|
|
|
2004-01-09 09:45:37 +00:00
|
|
|
.include <${MASTERDIR}/Makefile.db>
|
2004-06-26 11:13:16 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == amd64
|
|
|
|
CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|