mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
83f2653d3b
With hat: portmgr
15 lines
232 B
Makefile
15 lines
232 B
Makefile
# Created by: bf@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlapack
|
|
PORTREVISION= 2
|
|
|
|
MAINTAINER= maho@FreeBSD.org
|
|
COMMENT= Extended Precision LAPACK
|
|
|
|
XLAPACK_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../lapack
|
|
|
|
.include "${MASTERDIR}/Makefile"
|