diff options
Diffstat (limited to 'databases/db43/Makefile')
-rw-r--r-- | databases/db43/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile deleted file mode 100644 index 58cf0978ff5b..000000000000 --- a/databases/db43/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# 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} - -.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> |