mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
ad89aca8b3
To be used by SageMath.
31 lines
554 B
Makefile
31 lines
554 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libhomfly
|
|
DISTVERSION= 1.02r6
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Library to compute the homfly polynomial of knots and link
|
|
|
|
LICENSE= PD
|
|
|
|
LIB_DEPENDS= libgc-threaded.so:devel/boehm-gc-threaded
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= miguelmarco
|
|
|
|
USES= autoreconf libtool localbase
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
TEST_TARGET= check
|
|
|
|
PLIST_FILES= include/homfly.h \
|
|
lib/libhomfly.a \
|
|
lib/libhomfly.so \
|
|
lib/libhomfly.so.0 \
|
|
lib/libhomfly.so.0.0.0
|
|
|
|
.include <bsd.port.mk>
|