1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/databases/db42/Makefile
Matthias Andree 9b3181fd09 Fix/reword BerkeleyDB based UPGRADING, and change DEPRECATION text a bit
so that people don't rush to upgrades yet.
2013-12-16 20:46:12 +00:00

34 lines
691 B
Makefile

# Created by: 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= mandree@FreeBSD.org
COMMENT= The Berkeley DB package, revision 4.2
DEPRECATED= Please use databases/db5 or db6 for new installs.
CONFLICTS?= db42-nocrypto-4*
MASTERDIR?= ${.CURDIR}
SLAVE_PORT= no
NO_STAGE= yes
.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>