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