1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/databases/db47/Makefile

26 lines
499 B
Makefile
Raw Normal View History

# ports collection makefile for: Berkeley DB v4.3
# Date created: 2004-11-10
# Whom: Matthias Andree <matthias.andree@gmx.de>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
PORTNAME= db43
PORTVERSION= 4.3.21
CATEGORIES= databases
PKGNAMESUFFIX?=
MAINTAINER= matthias.andree@gmx.de
COMMENT= The Berkeley DB package, revision 4.3
MASTERDIR?= ${.CURDIR}
.include <${MASTERDIR}/Makefile.db>
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly
.endif
.include <bsd.port.post.mk>