pkgsrc/devel/libargparse/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

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"