1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11-fonts/courier-prime/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
569 B
Makefile

PORTNAME= courier-prime
PORTVERSION= g20180831
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= https://quoteunquoteapps.com/courierprime/downloads/
DISTNAME= ${PORTNAME}
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= flo@snakeoilproductions.net
COMMENT= It\'s Courier, just better
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/"Courier Prime/LICENSE/OFL.txt"
USES= fonts zip
NO_ARCH= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/"Courier Prime"/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>