freebsd-ports/biology/pooler/Makefile

33 lines
726 B
Makefile

PORTNAME= pooler
DISTVERSIONPREFIX= v
DISTVERSION= 1.89
DISTVERSIONSUFFIX= -gf33bf5d
CATEGORIES= biology
MAINTAINER= ssb22@cam.ac.uk
COMMENT= Optimise DNA sequencing primer-set combinations
WWW= https://ssb22.user.srcf.net/pooler/
LICENSE= APACHE20
LICENSE_FILE= ${WRKDIR}/${GH_PROJECT}-${PORTVERSION}${DISTVERSIONSUFFIX}/LICENSE
USES= desktop-file-utils
USE_GITHUB= yes
GH_ACCOUNT= ssb22
GH_PROJECT= PrimerPooler
INSTALL_TARGET= install-strip
WRKSRC_SUBDIR= pooler
PLIST_FILES= bin/pooler share/man/man1/pooler.1.gz share/applications/pooler.desktop
.if exists(/usr/include/omp.h)
CFLAGS+= -fopenmp
.endif
post-patch:
${REINPLACE_CMD} -e 's|man/man1|share/man/man1|g' ${WRKSRC}/Makefile
.include <bsd.port.mk>