9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:58 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libargparse-0.1.0000
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.aqsis.org/
|
|
COMMENT= Argument parsing library in C++
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|