blob: 664da5424b7eb8d87892aa0ac7b860bba4c42630 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.11 2015/09/30 20:30:54 wiz Exp $
DISTNAME= libcfg+-0.7.0
CATEGORIES= devel
MASTER_SITES= http://opensource.platon.sk/upload/_projects/00003/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://opensource.platon.sk/projects/main_page.php?project_id=3
COMMENT= Command line and configuration file parsing library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
MANCOMPRESSED= yes
.include "../../mk/bsd.pkg.mk"
|