4760eca917
This has been a pkglint warning for several years now, and pkglint can even fix it automatically. And it did for this commit. Only in lang/mercury, two passes of autofixing were necessary because there were nested variables.
22 lines
595 B
Makefile
22 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.17 2018/01/01 18:16:37 rillig Exp $
|
|
|
|
DISTNAME= kali-0.52.2
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://community.schemewiki.org/kali-scheme/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://community.schemewiki.org/kali-scheme/
|
|
COMMENT= Distributed implementation of Scheme
|
|
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= # empty
|
|
MAKE_ENV= mandir=${PREFIX}/${PKGMANDIR}/man1
|
|
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man1
|
|
|
|
# Thoroughly broken on 64-bit architectures.
|
|
BROKEN_ON_PLATFORM= ${LP64PLATFORMS}
|
|
|
|
# Uses herror
|
|
LIBS.SunOS+= -lnsl
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|