80acf24533
With hat: portmgr
14 lines
235 B
Makefile
14 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"
|