pkgsrc/devel/cssc/Makefile
nros a801af863f Update cssc to version 1.4.1
New in CSSC-1.4.1, 2019-05-07

* This release - and future releases - of CSSC must be
  compiled with a C++ compiler that supports the 2011
  C++ standard.

* When the history file is updated (with admin or delta for
  example) the history file is not made executable simply
  because the 'x' flag is set.  Instead, preserve the
  executable-ness from the history file we are replacing.

* This release is based on updated versions of gnulib and of
  the googletest unit test framework.
2022-10-22 21:34:00 +00:00

25 lines
620 B
Makefile

# $NetBSD: Makefile,v 1.38 2022/10/22 21:34:00 nros Exp $
#
DISTNAME= CSSC-1.4.1
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"