freebsd-ports/databases/db42/Makefile
Rong-En Fan 942169e2b6 - Remove RANDOMIZE_MASTER_SITES. This is a user set variable.
Noticed by:	pav
Approved by:	Matthias Andree (maintainer)
2006-11-08 10:15:45 +00:00

32 lines
669 B
Makefile

# ports collection makefile for: Berkeley DB v4.2
# Date created: 2003-11-26
# Whom: Matthias Andree <matthias.andree@gmx.de>
#
# $FreeBSD$
#
PORTNAME= db42
PORTVERSION= 4.2.52
PORTREVISION= 5
CATEGORIES= databases
PKGNAMESUFFIX?=
PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 \
patch.${PORTVERSION}.3 patch.${PORTVERSION}.4 \
patch.${PORTVERSION}.5
MAINTAINER= matthias.andree@gmx.de
COMMENT= The Berkeley DB package, revision 4.2
MASTERDIR?= ${.CURDIR}
SLAVE_PORT= no
.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>