91a02fafba
CONFIGURE_ARGS, FILES_SUBST and the like.
23 lines
576 B
Makefile
23 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.5 2005/12/05 22:27:46 rillig 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:Q}
|
|
|
|
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"
|