pkgsrc/comms/minicom/Makefile
wiz 96743d6af8 Updated minicom to 2.7.1.
New for version 2.7.1:
 - CVE-2017-7467: Fix an out of bounds data access that
   can lead to remote code execution. This issue was found
   by Solar Designer of Openwall during a security audit of
   the Virtuozzo 7 product, which contains derived downstream
   code in its prl-vzvncserver component. The corresponding
   Virtuozzo 7 fix is: 6d95404e75

   Openwall would like to thank the Virtuozzo company for
   funding the effort.
2017-04-18 13:30:57 +00:00

36 lines
1,022 B
Makefile

# $NetBSD: Makefile,v 1.69 2017/04/18 13:30:57 wiz Exp $
DISTNAME= minicom-2.7.1
CATEGORIES= comms
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4215/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://alioth.debian.org/projects/minicom/
COMMENT= MS-DOS Telix serial communication program "workalike"
LICENSE= gnu-gpl-v2
DEPENDS+= gkermit-[0-9]*:../../comms/gkermit
DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz
INSTALLATION_DIRS= share/examples/minicom
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
PKG_SYSCONFSUBDIR= minicom
EGDIR= ${PREFIX}/share/examples/minicom
SUBST_CLASSES+= minicom
SUBST_MESSAGE.minicom= Fixing hardcoded paths.
SUBST_STAGE.minicom= post-patch
SUBST_FILES.minicom= src/rwconf.c
SUBST_VARS.minicom= PREFIX
.include "options.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"