1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/biology/mummer/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>