mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
17 lines
368 B
Makefile
17 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"
|