1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11-fonts/symbola/Makefile
Dmitry Marakasov 94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00

32 lines
662 B
Makefile

# $FreeBSD$
PORTNAME= symbola
PORTVERSION= 7.19
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://users.teilar.gr/~g1951d/
DISTNAME= Symbola
MAINTAINER= elizabeth@interlinked.me
COMMENT= Basic Latin, Greek, Cyrillic and many Symbol blocks of Unicode
LICENSE= PD
LICENSE_FILE= ${FILESDIR}/COPYING
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= fonts zip
OPTIONS_DEFINE= DOCS
PORTDOCS= *
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.htm ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.docx ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>