45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2019/08/11 13:18:00 wiz Exp $
|
|
#
|
|
###########################################################
|
|
# Generated by fbsd2pkg #
|
|
###########################################################
|
|
|
|
DISTNAME= cdhit-4.6.4
|
|
PKGREVISION= 3
|
|
CATEGORIES= biology
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=weizhongli/}
|
|
GITHUB_TAG= V${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= bacon@NetBSD.org
|
|
HOMEPAGE= http://weizhong-lab.ucsd.edu/cd-hit/
|
|
COMMENT= Clustering and comparing protein or nucleotide sequences
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= bash:run gmake perl
|
|
REPLACE_PERL= *.pl
|
|
|
|
# Restore default overridden by GITHUB_TAG
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
SUBST_CLASSES+= compiler
|
|
SUBST_STAGE.compiler= pre-configure
|
|
SUBST_MESSAGE.compiler= Fixing hardcoded compiler name
|
|
SUBST_FILES.compiler= ${MAKE_FILE}
|
|
SUBST_SED.compiler= -e 's|g++|${CXX:Q}|g'
|
|
|
|
SUBST_CLASSES+= bash
|
|
SUBST_STAGE.bash= pre-configure
|
|
SUBST_MESSAGE.bash= Fixing bash path
|
|
SUBST_FILES.bash= cd-hit-2d-para.pl cd-hit-para.pl
|
|
SUBST_SED.bash= -e 's|/bin/bash|${PREFIX}/bin/bash|g'
|
|
|
|
MAKE_FLAGS+= openmp=yes PREFIX=${DESTDIR}${PREFIX}/bin
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/cdhit
|
|
INSTALLATION_DIRS+= bin ${DOCDIR}
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/cdhit-user-guide.pdf ${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|