![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / databases / sqlite / Makefile (download)
Revision 1.35, Sat Mar 4 21:29:11 2006 UTC (17 years, 9 months ago) by jlam
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. |
# $NetBSD: Makefile,v 1.35 2006/03/04 21:29:11 jlam Exp $ DISTNAME= sqlite-2.8.16 PKGREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \ http://www.sqlite.org/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hwaci.com/sw/sqlite/ COMMENT= SQL Database Engine in a C Library WRKSRC= ${WRKDIR}/sqlite-build USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../sqlite-2.8.16/configure CONFIGURE_ARGS+= --without-tcl CONFIGURE_ENV+= config_TARGET_READLINE_INC="-I${BUILDLINK_PREFIX.readline}/include" CONFIG_GUESS_OVERRIDE= ../sqlite-2.8.16/config.guess CONFIG_SUB_OVERRIDE= ../sqlite-2.8.16/config.sub CFLAGS+= -DUINT32_TYPE=u_int32_t -DUINT16_TYPE=u_int16_t \ -DUINT8_TYPE=u_int8_t -DINTPTR_TYPE=long PKGCONFIG_OVERRIDE= ${WRKDIR}/sqlite-2.8.16/sqlite.pc.in post-extract: ${MKDIR} ${WRKSRC} post-install: ${INSTALL_MAN} ${WRKDIR}/sqlite-2.8.16/sqlite.1 ${PREFIX}/man/man1 .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk"