b686dd9180
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.
35 lines
833 B
Makefile
35 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.15 2020/01/18 23:33:09 rillig Exp $
|
|
|
|
DISTNAME= teseq-1.1.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://ftp.gnu.org/gnu/teseq/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ftp.gnu.org/gnu/teseq/
|
|
COMMENT= Terminal control sequence analyzer
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c99
|
|
USE_TOOLS+= perl:run
|
|
|
|
CONFIGURE_ENV+= AUTOCONF=true # files pre-built, not needed
|
|
CONFIGURE_ENV+= MAKEINFO=true
|
|
CONFIGURE_ENV+= HELP2MAN=true
|
|
|
|
INFO_FILES= yes
|
|
|
|
REPLACE_PERL= reseq.in
|
|
REPLACE_SH= tests/run.in
|
|
|
|
SUBST_CLASSES+= infodir
|
|
SUBST_FILES.infodir= Makefile.in
|
|
SUBST_MESSAGE.infodir= Fixing info directory pathname
|
|
SUBST_SED.infodir= -e 's,@infodir@,${PREFIX}/${PKGINFODIR},g'
|
|
SUBST_STAGE.infodir= pre-configure
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|