mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c1aa93effa
The file format supports arbitrarily nested simple assignments, lists and maps (aka dictionaries). WWW: http://liblcfg.carnivore.it/
22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection makefile for: liblcfg
|
|
# Date created: 2012-06-15
|
|
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= liblcfg
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://liblcfg.carnivore.it/files/
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Lightweight configuration file library written in C99
|
|
|
|
LICENSE= BSD
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|