Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,8 +1,9 @@
# $NetBSD: Makefile,v 1.4 2012/10/31 11:17:26 asau Exp $
# $NetBSD: Makefile,v 1.5 2013/10/31 23:32:26 dholland Exp $
.include "../../devel/lua-lrexlib/Makefile.version"
DISTNAME= lua-lrexlib-${VERSION}
PKGREVISION= 1
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,11 +16,12 @@ LICENSE= mit
APIs= pcre posix onig
.for i in ${APIs}
DEPENDS+= lua-lrexlib-${i}-${VERSION}{,nb*}:../../devel/lua-lrexlib-${i}
DEPENDS+= ${LUA_PKGPREFIX}-lrexlib-${i}-${VERSION}{,nb*}:../../devel/lua-lrexlib-${i}
.endfor
DESCR_SRC= ${.CURDIR}/DESCR.common
META_PACKAGE= yes
.include "../../lang/lua/luaversion.mk" # for LUA_PKGPREFIX
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.3 2013/01/25 22:02:18 ryoon Exp $
# $NetBSD: Makefile.common,v 1.4 2014/01/27 18:41:12 wiz Exp $
# used by devel/lua-lrexlib-posix/Makefile
# used by devel/lua-lrexlib-pcre/Makefile
# used by devel/lua-lrexlib-onig/Makefile
@@ -15,10 +15,6 @@ HOMEPAGE= http://luaforge.net/projects/lrexlib
LICENSE= mit
# Force using "curl" for fetching the distribution file. It is only available
# over HTTPS and "curl" is the only fetch program which always supports HTTPS.
FETCH_USING= curl
#USE_TOOLS+= gmake
USE_LIBTOOL= yes