diff --git a/devel/bam/Makefile b/devel/bam/Makefile index 14edb4c61082..804f4c236d81 100644 --- a/devel/bam/Makefile +++ b/devel/bam/Makefile @@ -1,32 +1,36 @@ PORTNAME= bam PORTVERSION= 0.4.0 CATEGORIES= devel MASTER_SITES= https://github.com/downloads/matricks/bam/ MAINTAINER= beyert@cs.ucr.edu COMMENT= Fast and flexible build system using Lua WWW= http://matricks.github.com/bam/ LICENSE= ZLIB +BROKEN= Unfetchable +DEPRECATED= Outdated, current release in tree is from 2013 while latest upstream is 2018 +EXPIRATION_DATE=2025-12-31 + USES= compiler tar:bzip2 CONFLICTS_INSTALL= bamutil PLIST_FILES= bin/bam .include do-build: .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix_clang.sh (cd ${WRKSRC} && ${SH} make_unix_clang.sh) .else @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/make_unix.sh (cd ${WRKSRC} && ${SH} make_unix.sh) .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bam ${STAGEDIR}${PREFIX}/bin .include