blob: e6334972102f4f3a9b8f90efc71ab0f17f27bb59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: 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>
|