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