1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/x11-fonts/gentium-plus/Makefile
Matthew Seaman 005972049e Update to account for upstream's website reorganization
- new DISTFILE location
  - new WWW link in pkg-descr
  - while here, recreate distinfo to add timestamp and
    reformat a long line

Reported by:	pi
2016-08-27 09:28:03 +00:00

37 lines
799 B
Makefile

# Created by: Matthew Seaman
# $FreeBSD$
PORTNAME= GentiumPlus
PORTVERSION= 5.000
CATEGORIES= x11-fonts
MASTER_SITES= http://software.sil.org/downloads/gentium/
MAINTAINER= matthew@FreeBSD.org
COMMENT= Gentium Plus TrueType font collection
LICENSE= OFL11
NO_ARCH= yes
NO_BUILD= yes
USES= fonts zip
PLIST_FILES= ${FONTSDIR}/${PORTNAME}-I.ttf \
${FONTSDIR}/${PORTNAME}-R.ttf
SUB_FILES= pkg-message
DOCSLIST= FONTLOG.txt GENTIUM-FAQ.txt OFL-FAQ.txt OFL.txt \
README.txt documentation/GentiumPlus-features.pdf
PORTDOCS= ${DOCSLIST:C,^.*/,,}
OPTIONS_DEFINE= DOCS
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCSLIST:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>