pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/libixion forgot to add libixion/Makefile.common
details: https://anonhg.NetBSD.org/pkgsrc/rev/e4a5db06fbeb
branches: trunk
changeset: 345170:e4a5db06fbeb
user: nros <nros%pkgsrc.org@localhost>
date: Wed Dec 04 13:33:15 2019 +0000
description:
forgot to add libixion/Makefile.common
forgot to add libixion/Makefile.common when adding math/py-libixion.
diffstat:
math/libixion/Makefile.common | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diffs (30 lines):
diff -r 4bb5365ad65b -r e4a5db06fbeb math/libixion/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/libixion/Makefile.common Wed Dec 04 13:33:15 2019 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile.common,v 1.1 2019/12/04 13:33:15 nros Exp $
+#
+# used by math/libixion/Makefile
+# used by math/py-libixion/Makefile
+
+DISTNAME= libixion-0.14.1
+CATEGORIES= math devel
+MASTER_SITES= http://kohei.us/files/ixion/src/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://gitlab.com/ixion/ixion
+COMMENT= General purpose formula parser & interpreter
+LICENSE= mpl-2.0
+
+PATCHDIR= ../../math/libixion/patches
+DISTINFO_FILE= ../../math/libixion/distinfo
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
+
+PTHREAD_AUTO_VARS= yes
Home |
Main Index |
Thread Index |
Old Index