pkgsrc/math/sc/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

14 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:35 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/10 00:20:29 steve Exp
DISTNAME= sc-6.21
CATEGORIES= math
MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
EXTRACT_SUFX= .tar.Z
MAINTAINER= eric@fox.phoenix.az.us
COMMENT= Curses-based spreadsheet program
WRKSRC= ${WRKDIR}
.include "../../mk/bsd.pkg.mk"