mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
![Sunpoet Po-Chuan Hsieh](/assets/img/avatar_default.png)
- Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine
24 lines
414 B
Makefile
24 lines
414 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libubox
|
|
PORTVERSION= 20180803
|
|
PORTREVISION= 1
|
|
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_GITHUB= yes
|
|
GH_ACCOUNT= mmatuska
|
|
GH_TAGNAME= c83a84af
|
|
|
|
CMAKE_ARGS+= -DLUAPATH="${LUA_MODLIBDIR}"
|
|
|
|
.include <bsd.port.mk>
|