pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/libixion



Module Name:    pkgsrc
Committed By:   nros
Date:           Wed Dec  4 13:33:15 UTC 2019

Added Files:
        pkgsrc/math/libixion: Makefile.common

Log Message:
forgot to add libixion/Makefile.common

forgot to add libixion/Makefile.common when adding math/py-libixion.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/libixion/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/libixion/Makefile.common
diff -u /dev/null pkgsrc/math/libixion/Makefile.common:1.1
--- /dev/null   Wed Dec  4 13:33:15 2019
+++ pkgsrc/math/libixion/Makefile.common        Wed Dec  4 13:33:15 2019
@@ -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