7823fa4b7e
Sponsored by: Absolight
26 lines
465 B
Makefile
26 lines
465 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= junction
|
|
PORTVERSION= 20140329 # GH_TAGNAME's commit date.
|
|
CATEGORIES= x11-fonts
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Humanist sans-serif font
|
|
|
|
LICENSE= OFL11
|
|
LICENSE_FILE= "${WRKSRC}/Open Font License.markdown"
|
|
|
|
USES= fonts
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= theleagueof
|
|
GH_TAGNAME= fb73260
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|