summaryrefslogtreecommitdiff
path: root/math/librdata/Makefile
blob: 735ca05d0dfc20ecaa0dd9f8d074a5aeacfee52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	librdata
PORTVERSION=	0.1.0.g20231003
CATEGORIES=	math

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Read and write R data frames from C
WWW=		https://github.com/WizardMac/librdata

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		autoreconf compiler:c11 libtool gettext-tools

USE_GITHUB=	yes
GH_ACCOUNT=	WizardMac
GH_TAGNAME=	33bd276

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

post-install:
	${INSTALL_DATA} ${WRKSRC}/src/rdata_io_unistd.h ${STAGEDIR}${PREFIX}/include/rdata_io_unistd.h

.include <bsd.port.mk>