25 lines
539 B
Makefile
25 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/10/30 06:03:38 dholland Exp $
|
|
#
|
|
|
|
DISTNAME= lua-curl-0.2
|
|
PKGNAME= ${LUA_PKGPREFIX}-curl-0.2
|
|
PKGREVISION= 5
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://luaforge.net/frs/download.php/2634/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://lua-curl.luaforge.net/
|
|
COMMENT= Full lua bindings for libcurl
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= pkg-config
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../lang/lua/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|