freebsd-ports/x11-fonts/doulos/Makefile
Baptiste Daroussin 6bc7b7ce5d Rework XORG_CAT= font
Fonts are now generating the fonts.scale and fonts.dir at install time
font-alias is not needed anymore for the above reason
extract font-util and encodings out of XORG_CAT=fonts because they do not
install any fonts
make XORG_CAT=fonts use USES=fonts
2015-03-20 01:12:20 +00:00

35 lines
791 B
Makefile

# Created by: bf <bf@FreeBSD.org>
# $FreeBSD$
PORTNAME= DoulosSIL
PORTVERSION= 4.112
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=${MEDIA_ID}&filename=/ \
LOCAL/bf
MAINTAINER= bf@FreeBSD.org
COMMENT= Doulos SIL TrueType font collection
LICENSE= OFL11
USES= fonts zip
MEDIA_ID= ${DISTNAME}${EXTRACT_SUFX}
NO_BUILD= yes
PLIST_FILES= ${FONTSDIR}/${PORTNAME}-R.ttf
OPTIONS_DEFINE= DOCS
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
@(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>