diff --git a/biology/tabixpp/Makefile b/biology/tabixpp/Makefile index a7b0263dc041..861ad7992ba1 100644 --- a/biology/tabixpp/Makefile +++ b/biology/tabixpp/Makefile @@ -1,36 +1,38 @@ PORTNAME= tabixpp DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-10 DISTVERSIONSUFFIX= -g6bbe690 PORTREVISION= 2 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org COMMENT= C++ wrapper to tabix indexer WWW= https://github.com/ekg/tabixpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Dependent ports use git submodules now + LIB_DEPENDS= libhts.so:biology/htslib USES= compiler:c11 localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= ekg # Disable bundled htslib MAKE_ENV= HTS_HEADERS='' HTS_LIB='' MAKEFILE= ${FILESDIR}/Makefile INSTALL_TARGET= install-strip PLIST_FILES= bin/tabix++ \ include/tabix.hpp \ lib/libtabix.a \ lib/libtabix.so \ lib/libtabix.so.1 post-install: ${RLN} ${STAGEDIR}${PREFIX}/lib/libtabix.so.1 \ ${STAGEDIR}${PREFIX}/lib/libtabix.so .include