mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add LICENSE
- Add NO_ARCH - Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
acee06ac30
commit
f160eb4543
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463704
@ -11,16 +11,24 @@ DISTNAME= Isabella-${PORTVERSION}-ttf
|
||||
MAINTAINER= lgfbsd@be-well.ilk.org
|
||||
COMMENT= Font by John Stracke based on the Isabella Breviary
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= OFL11 LGPL20
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_OFL11= ${WRKSRC}/OFL.txt
|
||||
LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
USES= fonts
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
WRKSRC= ${WRKDIR}/Isabella
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,4 +2,4 @@ This font is called Isabella because it is based on the calligraphic
|
||||
hand used in the Isabella Breviary, made around 1497, in Holland,
|
||||
for Isabella of Castille, the first queen of united Spain.
|
||||
|
||||
WWW: http://www.thibault.org/fonts/isabella/
|
||||
WWW: https://www.thibault.org/fonts/isabella/
|
||||
|
Loading…
Reference in New Issue
Block a user