mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
80acf24533
With hat: portmgr
15 lines
235 B
Makefile
15 lines
235 B
Makefile
# Created by: bf@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlapack
|
|
PORTREVISION= 4
|
|
|
|
MAINTAINER= fortran@FreeBSD.org
|
|
COMMENT= Extended Precision LAPACK
|
|
|
|
XLAPACK_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|