1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/x11-fonts/suxus/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
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)
2014-08-08 08:42:44 +00:00

36 lines
1.0 KiB
Makefile

# $FreeBSD$
PORTNAME= suxus
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://oldhome.schmorp.de/marc/data/ \
http://www.atarininja.org/distfiles/
DISTFILES= ${PORTNAME}-iso-8859-1.bdf.gz fonts.alias
DIST_SUBDIR= suxus
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 font designed to be small yet easily read
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
SUB_FILES= pkg-message
USE_XORG= x11
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-iso-8859-1.bdf.gz ${WRKSRC}
@${CP} ${DISTDIR}/${DIST_SUBDIR}/fonts.alias ${WRKSRC}
@${GZIP_CMD} -d ${WRKSRC}/${PORTNAME}-iso-8859-1.bdf.gz
do-build:
${PREFIX}/bin/bdftopcf -t ${WRKSRC}/suxus-iso-8859-1.bdf | ${GZIP_CMD} > ${WRKSRC}/suxus-iso-8859-1.pcf.gz
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/fonts/local/suxus
@${INSTALL_DATA} ${WRKSRC}/*.pcf.gz ${STAGEDIR}${PREFIX}/lib/X11/fonts/local/suxus
.include <bsd.port.mk>