pkgsrc/lang/siod/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

30 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:33 agc Exp $
DISTNAME= siod
PKGNAME= siod-3.0
CATEGORIES= lang
MASTER_SITES= ftp://ftp.std.com/pub/gjc/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://people.delphi.com/gjc/siod.html
COMMENT= Small-footprint implementation of the Scheme programming language
ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
ALL_TARGET= ${OPSYS}
MAKE_ENV+= CC="${CC}"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
MAKE_ENV+= CPPFLAGS=
.endif
post-patch:
${MV} ${WRKSRC}/siod.man ${WRKSRC}/prefix-siod.man
${SED} -e 's|@PREFIX@|${PREFIX}|g' ${WRKSRC}/prefix-siod.man > ${WRKSRC}/siod.man
.include "../../mk/bsd.pkg.mk"