HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/suitesparse-csparse/Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)

PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	3.2.0
CATEGORIES=	math

COMMENT=	Concise Sparse Matrix package

LICENSE=	LGPL21+

USES=		localbase:ldflags

MPORTNAME=	CSparse
USE_LDCONFIG=	yes
PLIST_FILES=	# empty

# For system-wide installation, the author recommends that you install
# CXSparse instead.
# The CSparse library is meant for personal experimentation.  The 'make
# install' in this Makefile only installs a static compiled library in
# CSparse/Lib.  It does not install it for system-wide usage.
do-install:
	${DO_NADA}

.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>