pkgsrc-wip/dotconf/Makefile
Sergey Svishchev 1a944ab6ac Import dotconf-1.0.13:
dot.conf is an easy to use and powerful configuration file parser
library. The configuration files created for dot.conf look very
similar to those used by the Apache Webserver. And even these
"container directives" known from httpd.conf can easily be implemented
in the exact same manner as for Apache modules.
2008-10-31 20:39:29 +00:00

18 lines
424 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 20:39:29 shattered Exp $
#
DISTNAME= dotconf-1.0.13
CATEGORIES= devel
MASTER_SITES= http://www.azzit.de/dotconf/download/v1.0/
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://www.azzit.de/dotconf/
COMMENT= Configuration file parser library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= dotconf.pc.in
.include "../../mk/bsd.pkg.mk"