24 lines
432 B
Makefile
24 lines
432 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libubox
|
|
PORTVERSION= 20180803
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= C utility functions for OpenWrt
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libjson-c.so:devel/json-c
|
|
|
|
USES= cmake pkgconfig lua:51
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mmatuska
|
|
GH_TAGNAME= c83a84af
|
|
|
|
CMAKE_ARGS+= -DLUAPATH="${LUA_MODLIBDIR}"
|
|
|
|
.include <bsd.port.mk>
|