mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
21 lines
396 B
Makefile
21 lines
396 B
Makefile
# 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
|
|
|
|
BROKEN= unfetchable
|
|
LICENSE= GPLv2
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|