pkgsrc/devel/cssc/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

25 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.37 2020/01/18 23:30:25 rillig Exp $
#
DISTNAME= CSSC-1.4.0
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel scm
MASTER_SITES= ${MASTER_SITE_GNU:=cssc/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/cssc/
COMMENT= GNU workalike for the source code control system SCCS
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++11
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-binary
CONFIGURE_ENV+= CONFIG_DIFF_COMMAND=${TOOLS_DIFF:Q}
USE_TOOLS+= diff makeinfo
TEST_TARGET= check
TEXINFO_REQD= 4.0
INFO_FILES= yes
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"