diff options
author | minskim <minskim> | 2004-04-11 23:58:23 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-11 23:58:23 +0000 |
commit | 642b6a2bc77d350c825a947c70f8903b185543b5 (patch) | |
tree | 4ca94339f9aa06c55a3fd3df731e88b30a2c3531 /net/ishell/Makefile | |
parent | 4d09dcf777ac4d6545e3facee71544846fb59d09 (diff) | |
download | pkgsrc-642b6a2bc77d350c825a947c70f8903b185543b5.tar.gz |
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.
Diffstat (limited to 'net/ishell/Makefile')
-rw-r--r-- | net/ishell/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/ishell/Makefile b/net/ishell/Makefile new file mode 100644 index 00000000000..4182afdeccc --- /dev/null +++ b/net/ishell/Makefile @@ -0,0 +1,27 @@ +# $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" |