f7f8cb969b
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
11 lines
343 B
Makefile
11 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/07 13:03:50 nros Exp $
|
|
|
|
.include "Makefile.common"
|
|
COMMENT= Library for reading powder diffraction data
|
|
|
|
CONFIGURE_ARGS+= --without-gui
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|