Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
16 lines
383 B
Makefile
16 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/02 01:20:42 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= libargparse-0.1.0000
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.aqsis.org/
|
|
COMMENT= argument parsing library in C++
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|