blob: 14d016becd270897e9e17388f9fdf88fcf353aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 2012/10/31 11:17:11 asau Exp $
DISTNAME= libcfg+-0.6.2
PKGREVISION= 3
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
MANCOMPRESSED= yes
.include "../../mk/bsd.pkg.mk"
|