1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/liblcfg/Makefile
Steven Kreuzer c1aa93effa liblcfg is a lightweight configuration file library written in C99.
The file format supports arbitrarily nested simple assignments, lists
and maps (aka dictionaries).

WWW:    http://liblcfg.carnivore.it/
2012-06-20 14:37:07 +00:00

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>