freebsd-ports/devel/liblcfg/Makefile
Dmitry Marakasov b9277ca24d - Fix license (sources mention GPLv2, not BSD)
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-24 00:00:10 +00:00

20 lines
375 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= liblcfg
PORTVERSION= 0.2.2
PORTREVISION= 1
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>