mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
31 lines
778 B
Makefile
31 lines
778 B
Makefile
PORTNAME= mummer
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.0.0beta2-2
|
|
PORTREVISION= 3
|
|
DISTVERSIONSUFFIX= -g277dac5
|
|
CATEGORIES= biology
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Modular system for rapid whole genome alignment
|
|
WWW= https://mummer.sourceforge.net/
|
|
|
|
LICENSE= ART10
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
BUILD_DEPENDS= yaggo:devel/yaggo
|
|
|
|
USES= autoreconf compiler:c++11-lang gmake libtool perl5 shebangfix
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ${PORTNAME}4
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFLICTS_INSTALL= ??-libgd libgd
|
|
|
|
SHEBANG_FILES= scripts/*.pl
|
|
perl_OLD_CMD= __PERL_PATH
|
|
_SHEBANG_REINPLACE_ARGS+= -e "s|__BIN_DIR|${PREFIX}/bin|g;s|__AUX_BIN_DIR|${PREFIX}/libexec/mummer|g;s|__SCRIPT_DIR|${PREFIX}/libexec/mummer|g"
|
|
|
|
.include <bsd.port.mk>
|