50ca626e91
The old master site URL results in a HTTP authentication request which hangs (at least) interactive builds.
21 lines
569 B
Makefile
21 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/04/04 17:58:24 tron 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
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
MANCOMPRESSED= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|