3fb8cd40d6
Mac OS X port use safe string functions don't core dump if given host list is empty fixed host name length measurement when reading from stdin.
19 lines
469 B
Makefile
19 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.14 2015/07/27 16:34:06 wiz Exp $
|
|
|
|
DISTNAME= shmux-1.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://web.taranis.org/shmux/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://web.taranis.org/shmux/
|
|
COMMENT= Shell Multiplexor
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= shmux
|
|
TEST_TARGET= test
|
|
|
|
.include "../../devel/pcre/buildlink3.mk"
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|