pkgsrc-wip/netkit-telnet/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

23 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.4 2005/11/02 18:00:24 thomasklausner Exp $
#
DISTNAME= netkit-telnet-0.17
CATEGORIES= net
MASTER_SITES= ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
COMMENT= The telnet and telnetd for Linux
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+=--prefix=${PREFIX}
SUBST_CLASSES+= warn
SUBST_STAGE.warn=pre-configure
SUBST_FILES.warn=configure
SUBST_SED.warn =-e s,^WARNINGS=,\#WARNINGS=,g
.include "../../mk/bsd.pkg.mk"