mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Provide another distfile location to unbreak fetching, take maintainership,
and undeprecate. While here, convert to options helper target.
This commit is contained in:
parent
653dabb592
commit
2870aacbb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497818
@ -5,18 +5,16 @@ PORTNAME= cyberbit-ttfonts
|
||||
PORTVERSION= 2.0.20050220
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= http://freebsd.nsu.ru/distfiles/cyberbit/
|
||||
MASTER_SITES= http://vault.101011010.xyz/distfiles/cyberbit/ \
|
||||
http://freebsd.nsu.ru/distfiles/cyberbit/
|
||||
DISTFILES= Cyberbit.ZIP 97CyberBase.Doc 97CyberBit.Doc 97CyberCJK.Doc \
|
||||
CYBERBIT.DOC CYBERCJK.DOC READMEfirst.txt ReadMe.htm
|
||||
DIST_SUBDIR= cyberbit
|
||||
EXTRACT_ONLY= Cyberbit.ZIP
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Bitstream Cyberbit TrueType font that covers Unicode 2.0
|
||||
|
||||
BROKEN= unfetchable
|
||||
DEPRECATED= Broken, unmaintained and restricted
|
||||
EXPIRATION_DATE= 2019-05-03
|
||||
RESTRICTED= Redistribution not permitted; single user license only
|
||||
|
||||
USES= fonts zip
|
||||
@ -33,9 +31,9 @@ OPTIONS_DEFINE= DOCS
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/Cyberbit.ttf ${STAGEDIR}${FONTSDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${doc} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${_DISTDIR}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user