mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
4d832a1eb4
- FONTNAME is set to PORTNAME by default - Silence MKDIR
26 lines
501 B
Makefile
26 lines
501 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fifteen
|
|
PORTVERSION= 20150410
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/c1556403ec283a1b5a23ad483af659f9/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
|
COMMENT= Narrow monospaced fonts
|
|
|
|
LICENSE= OFL11
|
|
|
|
USES= fonts zip
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}/
|
|
cd ${WRKSRC}/ && ${INSTALL_DATA} *.bdf *.ttf ${STAGEDIR}${FONTSDIR}/
|
|
|
|
.include <bsd.port.mk>
|