aboutsummaryrefslogtreecommitdiffstats
path: root/databases/db43/Makefile
blob: 059f99798e61ca5db92d61f00708dba2dc0c184c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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=   1
CATEGORIES= databases
PKGNAMESUFFIX?=

PATCHFILES= patch.${PORTVERSION}.1

MAINTAINER= matthias.andree@gmx.de
COMMENT=    The Berkeley DB package, revision 4.2

MASTERDIR?= ${.CURDIR}

.include <${MASTERDIR}/Makefile.db>