pkgsrc/misc/fep/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

21 lines
510 B
Makefile

# $NetBSD: Makefile,v 1.8 2001/09/09 20:36:36 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1996/11/11 05:49:31 obrien Exp
#
DISTNAME= fep
PKGNAME= fep-1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/
MAINTAINER= nobu@psrc.isac.co.jp
COMMENT= General purpose front end for command line editing
LICENSE= limited-redistribution
RESTRICTED= Do not redistribute for a fee
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
WRKSRC= ${WRKDIR}
MANCOMPRESSED= yes
.include "../../mk/bsd.pkg.mk"