ec1d041e56
works. These are symlinks to libdb*-4.2.so.2 (the SONAME). - Bump PORTREVISION PR: 61283 Submitted by: maintainer
22 lines
419 B
Makefile
22 lines
419 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= 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>
|