f2785f8f81
iniparser is a free stand-alone ini file parsing library. It is written in portable ANSI C and should compile anywhere. iniparser is distributed under an MIT license.
16 lines
368 B
Makefile
16 lines
368 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/11/22 11:49:42 ryoon Exp $
|
|
|
|
DISTNAME= iniparser-3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ndevilla.free.fr/iniparser/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://ndevilla.free.fr/iniparser/
|
|
COMMENT= Free stand-alone ini file parsing library
|
|
LICENSE= mit
|
|
|
|
WRKSRC= ${WRKDIR}/iniparser
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|