b89f4fe3ba
WWW: http://git.cflinux.hu/?p=libjson.git;a=summary PR: ports/167852 Submitted by: Richard Kojedzinszky <krichy@cflinux.hu> Approved by: crees (mentor)
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# New ports collection makefile for: libjson++
|
|
# Date created: 15 May 2012
|
|
# Whom: krichy
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libjson++
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.cflinux.hu/pub/
|
|
|
|
MAINTAINER= krichy@tvnetwork.hu
|
|
COMMENT= Small C++ library to handle JSON serialized data
|
|
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|