freebsd-ports/x11-fonts/doulos-compact/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# Created by: bf <bf@FreeBSD.org>
# $FreeBSD$
PORTNAME= DoulosSILCompact
PORTVERSION= 4.110
2011-10-18 07:15:44 +02:00
PORTREVISION= 1
CATEGORIES= x11-fonts
2011-10-18 07:15:44 +02:00
#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy
.if defined(MAINTAINER_MODE)
MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=DoulosSIL&pkg=Compact&ver=${PORTVERSION}&filename=/
.else
MASTER_SITES= LOCAL/bf
.endif
MASTER_SITE_SUBDIR= #prevent bsd.xorg.mk from setting a default subdirectory
2014-07-02 20:10:06 +02:00
MAINTAINER= bf@FreeBSD.org
COMMENT= Doulos SIL TrueType font collection, compact variant
LICENSE= OFL11
2014-03-10 19:09:41 +01:00
USES= zip
XORG_CAT= font
FONTROOTDIR= ${PREFIX}/lib/X11/fonts
INSTALLS_TTF= yes
NO_BUILD= yes
PLIST_FILES= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-R.ttf
2014-07-02 20:10:06 +02:00
OPTIONS_DEFINE= DOCS
2014-07-02 20:10:06 +02:00
.include <bsd.port.options.mk>
PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml
SUB_LIST= DIR="${FONTROOTDIR}/${FONTDIR}"
SUB_FILES= pkg-message
do-configure:
@${DO_NADA}
do-install:
2014-07-02 20:03:51 +02:00
@${MKDIR} ${STAGEDIR}${FONTROOTDIR}/${FONTDIR}
2014-07-02 20:10:06 +02:00
@(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTROOTDIR}/${FONTDIR})
.if ${PORT_OPTIONS:MDOCS}
2014-07-02 20:03:51 +02:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
2014-07-02 20:10:06 +02:00
@(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.endif
.include <bsd.port.mk>