blob: 3bfa5f7dfb217d3f782195365c93b5959395951b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2012/10/31 11:16:54 asau Exp $
#
DISTNAME= dotconf-1.3
CATEGORIES= devel
MASTER_SITES= http://files.opentts.org/dotconf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opentts.org/projects/dotconf
COMMENT= Simple-to-use and powerful configuration-file parser library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= dotconf.pc.in
.include "../../mk/bsd.pkg.mk"
|