1977d149f7
Note to other porters who want their port to depend on this one: Use LIB_DEPENDS=db-4.2.2:${PORTSDIR}/databases/db42-nocrypto Usually, setting CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include/db42" LDFLAGS="-L${LOCALBASE}/lib/db42" LIBS="-ldb-4.2" will then work to get the right DB library. At run time, the proper library will be looked up by its SONAME, which is "libdb-4.2.so.2" and resides in /usr/local/lib. PR: ports/60943 Submitted by: Matthias Andree <matthias.andree@gmx.de>
21 lines
403 B
Makefile
21 lines
403 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
|
|
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>
|