pkgsrc/databases/sqlite3-docs/Makefile
khorben 48f580ffbe Simplify updates for databases/sqlite3{,-docs,-tcl}
This change adds a Makefile.version file, common to every package from
SQLite 3.
2015-04-21 23:26:42 +00:00

33 lines
1,002 B
Makefile

# $NetBSD: Makefile,v 1.42 2015/04/21 23:26:42 khorben Exp $
DISTNAME= sqlite-doc-${SQLITE3_DISTVERSION}
PKGNAME= sqlite3-docs-${SQLITE3_VERSION}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/2015/ \
http://www.sqlite.org/2015/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sqlite.org/
COMMENT= SQL Database Engine in a C Library (docs package)
# "Portions of the documentation and some code used as part of the
# build process might fall under other licenses. We do not worry
# about the licensing of the documentation and build code so much
# because none of these things are part of the core deliverable SQLite
# library."
LICENSE= public-domain
.include "../../databases/sqlite3/Makefile.version"
USE_LANGUAGES= # none
USE_TOOLS+= find xargs pax
NO_CONFIGURE= yes
NO_BUILD= yes
DOCDIR= share/doc/sqlite3
INSTALLATION_DIRS+= ${DOCDIR}
do-install:
cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DOCDIR}
.include "../../mk/bsd.pkg.mk"