freebsd-ports/databases/db44/Makefile
Kirill Ponomarev 3cbcbd9f26 - Build + install RPC server
PR:		ports/67239
Submitted by:	maintainer
Requested by:	brooks
2004-05-27 08:32:20 +00:00

22 lines
466 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= 3
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>