1178334695
Packaged in wip by Thomas Orgis. The FITS "World Coordinate System" (WCS) standard defines keywords and usage that provide for the description of astronomical coordinate systems in a FITS image header. SLIB is implemented in C, with support for FORTRAN via a set of wrapper functions.
12 lines
296 B
Makefile
12 lines
296 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2020/03/20 11:05:03 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= wcslib
|
|
|
|
.if !defined(WCSLIB_BUILDLINK3_MK)
|
|
WCSLIB_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.wcslib+= wcslib>=7.2
|
|
BUILDLINK_PKGSRCDIR.wcslib?= ../../graphics/wcslib
|
|
.endif # WCSLIB_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -wcslib
|