1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/libubox/Makefile
Sunpoet Po-Chuan Hsieh 29632fcc45 Update devel/json-c to 0.13.1
- 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
2018-09-05 22:01:55 +00:00

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>