biology/seqio: Mark DEPRECATED
- Upstream last release was in 2000 - Set EXPIRATION_DATE 2024-01-17 - Pet portclippy
This commit is contained in:
parent
ff5ba78210
commit
3d1442aee9
1 changed files with 11 additions and 7 deletions
|
@ -9,28 +9,32 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Set of C functions which can read/write biological sequence files
|
||||
WWW= https://www.cs.ucdavis.edu/~gusfield/seqio.html
|
||||
|
||||
DEPRECATED= Upstream last release was in 2000
|
||||
EXPIRATION_DATE= 2024-01-17
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= ${PROGRAMS:S,^,bin/,}
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
EXAMPLES= example1.c example2.c example3.c example4.c seqio.c \
|
||||
seqio.h Makefile
|
||||
PROGRAMS= fmtseq grepseq idxseq typeseq wcseq
|
||||
PLIST_FILES= ${PROGRAMS:S,^,bin/,}
|
||||
PORTEXAMPLES= *
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${PROGRAMS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
do-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
|
||||
${INSTALL_DATA} ${WRKSRC}/bioseq.txt ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.doc ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/html/*.html ${STAGEDIR}${DOCSDIR}/html
|
||||
|
||||
do-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue