pkgsrc-wip/tsh/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

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"