summaryrefslogtreecommitdiff
path: root/math/xylib/Makefile
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2020-01-07 13:03:50 +0000
committernros <nros@pkgsrc.org>2020-01-07 13:03:50 +0000
commitaf79f819060684d705337da7baa98de42f8fd5f5 (patch)
tree847e102f9b6c7aaa2326c93d3e5b00804960c06c /math/xylib/Makefile
parentcce99cd867e225b63a9e7034b1b34ce723c225a5 (diff)
downloadpkgsrc-af79f819060684d705337da7baa98de42f8fd5f5.tar.gz
Update xylib to version 1.5
Update xylib to version 1.5. change from release notes: improved CNF reading changes to reading SpecsLab2 xy support text files with lines terminated by CR only more robust reading of CSV files fixes for big-endian platforms included xyConvert (GUI converter) support filenames with non-ascii characters added SpecsLab2 xy format
Diffstat (limited to 'math/xylib/Makefile')
-rw-r--r--math/xylib/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/math/xylib/Makefile b/math/xylib/Makefile
index 549d3b03cc0..63285eddba9 100644
--- a/math/xylib/Makefile
+++ b/math/xylib/Makefile
@@ -1,19 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2012/09/14 00:22:11 asau Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/07 13:03:50 nros Exp $
-DISTNAME= xylib-1.0
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xylib/}
-EXTRACT_SUFX= .tar.bz2
+.include "Makefile.common"
+COMMENT= Library for reading powder diffraction data
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xylib.sourceforge.net/
-COMMENT= Library for reading powder diffraction data
-
-LICENSE= gnu-lgpl-v2
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-gui
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/boost-headers/buildlink3.mk"