freebsd-ports/biology/bedtools/Makefile
John Marino 44559d6d16 biology/bedtools is not jobs safe
The version.o target tries to use version_git.h before that header is
created.
2016-08-22 04:32:18 +00:00

29 lines
514 B
Makefile

# Created by: Scott Cheloha <scottcheloha@gmail.com>
# $FreeBSD$
PORTNAME= bedtools
PORTVERSION= 2.25.0
DISTVERSIONPREFIX= v
CATEGORIES= biology
MASTER_SITES= GITHUB
MAINTAINER= scottcheloha@gmail.com
COMMENT= Toolset for genome arithmetic
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= arq5x
GH_PROJECT= bedtools2
USES= gmake python
#NO_ARCH= yes
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>