ad6cb11b6d
Remove wip from CATEGORIES, and guess category if wip was the only one specified.
20 lines
504 B
Makefile
20 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:30 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= tsh-0.6
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://www.cr0.net:8040/code/network/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.cr0.net:8040/code/network/
|
|
COMMENT= Lightweight remote shel wity 128AES and file transfers
|
|
|
|
|
|
BUILD_TARGET=${LOWER_OPSYS}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tsh ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tshd ${PREFIX}/sbin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|