aboutsummaryrefslogtreecommitdiff
path: root/databases/db47/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/db47/Makefile')
-rw-r--r--databases/db47/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/databases/db47/Makefile b/databases/db47/Makefile
deleted file mode 100644
index 19be6e18de40..000000000000
--- a/databases/db47/Makefile
+++ /dev/null
@@ -1,22 +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= 2
-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.mk>