mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
98fc96e2d1
PR: 210866 Reported by: jrm@ftfl.ca (maintainer)
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# Created by: bf <bf@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libR
|
|
|
|
COMMENT= The static libR library from R
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
LIBR_SLAVEPORT= yes
|
|
MASTERDIR= ${.CURDIR}/../R
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
PLIST_FILES= lib/R/lib/libR.a
|
|
|
|
BROKEN= Transient breakage while restructuring the master port
|
|
|
|
.include "${MASTERDIR}/Makefile"
|