freebsd-ports/x11-fonts/fanwood/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
491 B
Makefile

PORTNAME= fanwood
DISTVERSION= g20110526
PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= flo@snakeoilproductions.net
COMMENT= Serif based on the work of a famous Czech-American type designer
LICENSE= OFL11
LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown
USES= fonts
USE_GITHUB= yes
GH_ACCOUNT= theleagueof
GH_TAGNAME= cbaaed9
NO_ARCH= yes
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>