pkgsrc/devel/nana/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

17 lines
409 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/01/18 23:30:34 rillig Exp $
DISTNAME= nana-2.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.ntu.edu.au/pub/nana/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/nana/
COMMENT= Improved support for assertions and logging in C and C++
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
INFO_FILES= yes
NOT_FOR_COMPILER= sunpro
.include "../../mk/bsd.pkg.mk"