summaryrefslogtreecommitdiff
path: root/net/ishell/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-04-11 23:58:23 +0000
committerminskim <minskim@pkgsrc.org>2004-04-11 23:58:23 +0000
commit5786aa70f25667c4ca8b762c3c951334dfa041bd (patch)
tree4ca94339f9aa06c55a3fd3df731e88b30a2c3531 /net/ishell/Makefile
parent8517b93571db46bd9b4f8fdaaf6f577a02ba0c7c (diff)
downloadpkgsrc-5786aa70f25667c4ca8b762c3c951334dfa041bd.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/Makefile27
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"