dbc81c7d5b
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt)
29 lines
649 B
Makefile
29 lines
649 B
Makefile
# Created by: Ashish Shukla <wahjava@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= inconsolata-ttf
|
|
PORTVERSION= 20090215
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.levien.com/type/myfonts/
|
|
DISTNAME= Inconsolata
|
|
EXTRACT_SUFX= .otf
|
|
EXTRACT_ONLY=
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= Monospaced truetype font
|
|
|
|
USE_XORG= x11
|
|
INSTALLS_TTF= yes
|
|
XORG_CAT= font
|
|
FONTDIR= OTF
|
|
PLIST_FILES= lib/X11/fonts/${FONTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
do-configure:
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
|
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${STAGEDIR}${PREFIX}/lib/X11/fonts/${FONTDIR}
|
|
|
|
.include <bsd.port.mk>
|