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.
28 lines
745 B
Makefile
28 lines
745 B
Makefile
# $NetBSD: Makefile,v 1.104 2018/01/01 18:16:37 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= mathomatic-16.0.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://mathomatic.org/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.mathomatic.org/
|
|
COMMENT= Small portable symbolic math program
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
NO_CONFIGURE= yes
|
|
MAKE_FILE= makefile
|
|
USE_TOOLS+= gmake
|
|
INSTALL_ENV+= prefix=${PREFIX} mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
|
|
|
CFLAGS.SunOS+= -DSOLARIS
|
|
|
|
TEST_TARGET= test
|
|
|
|
BUILDLINK_API_DEPENDS.readline+= readline>=5.1pl1nb1
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
#.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|