1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/x11-fonts/junicode/Makefile

27 lines
691 B
Makefile
Raw Normal View History

# Created by: Guerkan Senguen <gurkan@phys.ethz.ch>
# $FreeBSD$
PORTNAME= junicode
DISTVERSION= 0-7-6
PORTREVISION= 3
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)
2014-06-27 16:08:58 +00:00
OPTIONS_DEFINE= DOCS
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
2015-03-19 17:58:04 +00:00
USES= fonts zip
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${STAGEDIR}${FONTSDIR}
2014-06-27 16:08:58 +00:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>