freebsd-ports/math/libR/Makefile
2011-07-28 04:28:30 +00:00

21 lines
413 B
Makefile

# vim: tabstop=8 softtabstop=0 noexpandtab
# Ports collection makefile for: libR
# Date created: 20 July 2011
# Whom: 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
PLIST_DIRSTRY= lib/R/lib lib/R
.include "${MASTERDIR}/Makefile"