mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
30 lines
542 B
Makefile
30 lines
542 B
Makefile
# Created by: thierry@pompo.net
|
|
|
|
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>
|