pkgsrc/databases/db3/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.32 2006/03/04 21:29:08 jlam Exp $
DISTNAME= db-3.3.11
PKGNAME= db3-3.11.2
PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= ftp://sleepycat1.inetu.net/releases/ \
ftp://sleepycat2.inetu.net/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sleepycat.com/
COMMENT= Sleepycat Software's Berkeley DB version 3
PATCH_SITES= http://www.sleepycat.com/update/3.3.11/
PATCHFILES= patch.3.3.11.1 patch.3.3.11.2
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../dist/configure
CONFIG_SUB_OVERRIDE+= ../dist/config.sub
CONFIG_GUESS_OVERRIDE+= ../dist/config.guess
CONFIGURE_ARGS+= --program-transform-name=s,db_,db3_,
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/db3
CONFIGURE_ARGS+= --enable-cxx
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ARGS+= --enable-compat185
.include "../../mk/bsd.prefs.mk"
.if !empty(LOWER_OPSYS:Mirix5*)
CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
.endif
post-install:
${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db3
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"