ports/databases/db42/Makefile
Mark Linimon 6db0a9f0e2 Add an advisory variable that mark this port as not being a slave port.
For whatever reason, the default assignments of this variable is wrong.

This only affects FreshPorts and portsmon.

Approved by:	maintainer
2005-04-05 18:55:31 +00:00

31 lines
591 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= 3
CATEGORIES= databases
PKGNAMESUFFIX?=
PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2
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>