mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
ccfcf19db8
Use upstream release archive instead of USE_GITHUB as recommended by Porters Handbook PR: 261222 Reviewed by: 0mp@ (maintainer)
22 lines
428 B
Makefile
22 lines
428 B
Makefile
PORTNAME= comic-neue
|
|
DISTVERSION= 2.51
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://comicneue.com/
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Free Comic Sans alternative
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= ${WRKSRC}/OFL.txt
|
|
|
|
USES= fonts zip
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC}/OTF && ${INSTALL_DATA} ComicNeue-Angular/*.otf ComicNeue/*.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|