freebsd-ports/databases/db43/Makefile
Kirill Ponomarev ec1d041e56 - Install libdb-4.2.so and libdb_cxx-4.2.so so that gcc -ldb-4.2
works. These are symlinks to libdb*-4.2.so.2 (the SONAME).
- Bump PORTREVISION

PR:		61283
Submitted by:	maintainer
2004-01-14 21:13:42 +00:00

21 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>