pkgsrc/lang/polyml/Makefile
rillig 4760eca917 Replaced $(ROUND) with ${CURLY} variable references.
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.
2018-01-01 18:16:35 +00:00

27 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/01/01 18:16:37 rillig Exp $
DISTNAME= polyml-5.7
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=polyml/}
MAINTAINER= asau@inbox.ru
HOMEPAGE= http://polyml.org/
COMMENT= Poly/ML is an implementation of Standard ML
# ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-sparc *-*-powerpc
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-system-libffi
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
TEST_TARGET= tests
PKGCONFIG_OVERRIDE= libpolyml/polyml.pc.in
.include "options.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"