1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/x11-fonts/symbola/Makefile
Thierry Thomas a82434805f Upgrade to 12 to make it fetchable again.
Set DIST_SUBDIR to track the next update and remove plist.

Remark: there is no more documentation with it.

PR:		233406
Submitted by:	me
Approved by:	maintainer time-out
2019-04-18 20:52:15 +00:00

30 lines
593 B
Makefile

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