freebsd-ports/databases/db44/Makefile
Pete Fritchman 3c36009a3a Add db41-4.1.25 after a repocopy from databases/db4.
PR:		46755
Submitted by:	Matthias Andree <matthias.andree@web.de>
2003-01-07 01:06:07 +00:00

39 lines
1,000 B
Makefile

# ports collection makefile for: Berkeley DB v4
# Date created: 2003-01-04
# Whom: Matthias Andree <matthias.andree@web.de>
#
# $FreeBSD$
#
PORTNAME= db41
PORTVERSION= 4.1.25
CATEGORIES= databases
MASTER_SITES= http://www.sleepycat.com/update/snapshot/
DISTNAME= db-${PORTVERSION}
DIST_SUBDIR= bdb
#PATCH_SITES= ${MASTER_SITES}
#PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2
#PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
MAINTAINER= matthias.andree@gmx.de
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \
--enable-cxx --enable-dynamic \
--includedir=${PREFIX}/include/db41
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install_docs
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>