1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11-fonts/junicode/Makefile
2021-04-06 16:31:07 +02:00

28 lines
677 B
Makefile

# Created by: Guerkan Senguen <gurkan@phys.ethz.ch>
PORTNAME= junicode
DISTVERSION= 1.002
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} \
http://anthesphoria.net/FreeBSD/ports/distfiles/
MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT= Unicode/MUFI OpenType font for medievalists (Latin, IPA, Runic, Greek)
LICENSE= OFL11
OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}
NO_BUILD= yes
USES= fonts zip
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>