aboutsummaryrefslogtreecommitdiffstats
path: root/devel/liblcfg/Makefile
blob: c00a8af73c55c93770b8fc06554afb863a7a9401 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

NO_STAGE=   yes
.include <bsd.port.mk>