diff options
author | kamil <kamil@pkgsrc.org> | 2016-10-21 23:32:40 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-10-21 23:32:40 +0000 |
commit | 958ba0cec2a46972702f210966e0be05d93b0b47 (patch) | |
tree | e383be50c0e90fba095c6a27b16f0b334be429c3 /databases/sqlite3-tcl | |
parent | 91ef1c94ebc024020d3706c1eef25c953aadb3db (diff) | |
download | pkgsrc-958ba0cec2a46972702f210966e0be05d93b0b47.tar.gz |
Add sqlite3/Makefile.common for sqlite3 packages to share code
The intention is to reuse Makefile.common in devel/lemon.
Replace ${IS_BUILTIN.editline} == "yes" with !empty(IS_BUILTIN.editline:M[yY][eE][sS])
Diffstat (limited to 'databases/sqlite3-tcl')
-rw-r--r-- | databases/sqlite3-tcl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/sqlite3-tcl/Makefile b/databases/sqlite3-tcl/Makefile index d8402236e9b..9d92ed82f6d 100644 --- a/databases/sqlite3-tcl/Makefile +++ b/databases/sqlite3-tcl/Makefile @@ -1,15 +1,12 @@ -# $NetBSD: Makefile,v 1.81 2016/04/20 05:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.82 2016/10/21 23:32:40 kamil Exp $ + +.include "../../databases/sqlite3/Makefile.common" -DISTNAME= sqlite-autoconf-${SQLITE3_DISTVERSION} PKGNAME= sqlite3-tcl-${SQLITE3_VERSION} CATEGORIES= databases MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.sqlite.org/ COMMENT= SQL Database Engine in a C Library (TCL extension) -LICENSE= public-domain - -.include "../../databases/sqlite3/Makefile.version" WRKSRC= ${WRKDIR}/${DISTNAME}/tea |