Tweak misc/broot version 0.13.6_2
[dports.git] / math / libhomfly / Makefile
1 # Created by: thierry@pompo.net
2 # $FreeBSD$
3
4 PORTNAME=       libhomfly
5 DISTVERSION=    1.02r6
6 CATEGORIES=     math
7
8 MAINTAINER=     thierry@FreeBSD.org
9 COMMENT=        Library to compute the homfly polynomial of knots and link
10
11 LICENSE=        PD
12
13 LIB_DEPENDS=    libgc-threaded.so:devel/boehm-gc-threaded
14
15 USE_GITHUB=     yes
16 GH_ACCOUNT=     miguelmarco
17
18 USES=           autoreconf libtool localbase
19
20 GNU_CONFIGURE=  yes
21 USE_LDCONFIG=   yes
22 TEST_TARGET=    check
23
24 PLIST_FILES=    include/homfly.h        \
25                 lib/libhomfly.a         \
26                 lib/libhomfly.so        \
27                 lib/libhomfly.so.0      \
28                 lib/libhomfly.so.0.0.0
29
30 .include <bsd.port.mk>