blob: fe2b4e01e3c9cda4935f140165b689648acee7f2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= liblcfg
PORTVERSION= 0.2.2
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://liblcfg.carnivore.it/files/
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Lightweight configuration file library written in C99
LICENSE= GPLv2
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|