mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6b63ef7436
These are the command-line bioinformatics utilities associated with the UCSC genome browser. Care has been taken to install only the freely available tools. However, the license information at https://genome.ucsc.edu/license/ is not entirely clear and we may add non-free utilities in the future. Contact UCSC if you are using this port for commercial purposes.
14 lines
290 B
Makefile
14 lines
290 B
Makefile
--- kent/src/inc/common.mk.orig 2021-04-02 22:47:03 UTC
|
|
+++ kent/src/inc/common.mk
|
|
@@ -61,6 +61,10 @@ else
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(UNAME_S),FreeBSD)
|
|
+ ICONVLIB=-L${LOCALBASE}/lib -liconv
|
|
+endif
|
|
+
|
|
# autodetect if openssl is installed
|
|
ifeq (${SSLDIR},)
|
|
SSLDIR = /usr/include/openssl
|