1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/math/libR/Makefile
Thomas Zander 98fc96e2d1 Mark broken while restructuring the master port is ongoing
PR:		210866
Reported by:	jrm@ftfl.ca (maintainer)
2016-07-09 19:32:32 +00:00

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"