pkgsrc/net/ishell/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

26 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/12/05 20:50:46 rillig 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_TOOLS+= gmake
NO_CONFIGURE= yes
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
INSTALLATION_DIRS= bin sbin
.include "../../mk/bsd.pkg.mk"