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/ec99ba0241a8
branches:  trunk
changeset: 405691:ec99ba0241a8
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 c8b9a6096701 -r ec99ba0241a8 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