2004-12-05 03:03:15 +00:00
|
|
|
# ports collection makefile for: Berkeley DB v4.3
|
|
|
|
# Date created: 2004-11-10
|
2004-01-09 09:45:37 +00:00
|
|
|
# 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-12-05 03:03:15 +00:00
|
|
|
PORTNAME= db43
|
|
|
|
PORTVERSION= 4.3.21
|
1997-06-13 17:54:36 +00:00
|
|
|
CATEGORIES= databases
|
2003-02-16 05:54:21 +00:00
|
|
|
PKGNAMESUFFIX?=
|
|
|
|
|
2003-01-05 04:11:23 +00:00
|
|
|
MAINTAINER= matthias.andree@gmx.de
|
2004-12-05 03:03:15 +00:00
|
|
|
COMMENT= The Berkeley DB package, revision 4.3
|
2002-11-20 13:15:12 +00:00
|
|
|
|
2004-03-03 11:21:33 +00:00
|
|
|
MASTERDIR?= ${.CURDIR}
|
|
|
|
|
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>
|