pkgsrc/net/ishell/Makefile
minskim 0fcd2d09d6 Reimport net/ish into net/ishell because we already have
converters/ish.  A couple of file names are also changed to avoid
conflicts with converters/ish.
2004-04-11 23:58:23 +00:00

27 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/04/11 23:58:23 minskim Exp $
#
DISTNAME= ish-v${VERSION}
PKGNAME= ishell-${VERSION}
WRKSRC= ${WRKDIR}/ISHELL-v${VERSION}/
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=icmpshell/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://icmpshell.sourceforge.net/
COMMENT= Allow remote shell using ICMP
VERSION= 0.2
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
MAKE_ENV+= LIBS="${LIBS}"
LIBS.SunOS+= -lsocket
INSTALLATION_DIRS= bin sbin
.include "../../mk/bsd.pkg.mk"