pkgsrc/lang/stalin/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

46 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:56 jlam Exp $
DISTNAME= stalin-0.9
PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= ftp://ftp.nj.nec.com/pub/qobi/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.neci.nj.nec.com/homepages/qobi/software.html
COMMENT= Aggressively optimizing Scheme compiler
# Only ported to these 4 archs
ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips
UNLIMIT_RESOURCES= stacksize datasize
.include "../../mk/bsd.prefs.mk"
.if (${MACHINE_ARCH} == "sparc")
CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/}
.endif
INSTALLATION_DIRS= bin man/man1
post-patch:
${SED} -e 's:@PREFIX@:${PREFIX}:g' \
-e 's:@LOCALBASE@:${LOCALBASE}:g' \
-e 's:@X11BASE@:${X11BASE}:g' \
${FILESDIR}/stalin.sh > ${WRKSRC}/stalin.sh
do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/lib/stalin
${INSTALL_PROGRAM} ${WRKSRC}/stalin ${PREFIX}/lib/stalin
${INSTALL_SCRIPT} ${WRKSRC}/stalin.sh ${PREFIX}/bin/stalin
${INSTALL_DATA} ${WRKSRC}/include/*.sc ${PREFIX}/lib/stalin
${INSTALL_DATA} ${WRKSRC}/libstalin.a ${PREFIX}/lib/stalin
${INSTALL_MAN} ${WRKSRC}/stalin.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stalin
cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCEMENT COPYING README \
stalin.el ${PREFIX}/share/doc/stalin/
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../graphics/Mesa/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"