mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
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)
32 lines
875 B
Makefile
32 lines
875 B
Makefile
# Created by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artwiz-aleczapka-se
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
|
|
|
|
MAINTAINER= herbert.skuhra@gmx.at
|
|
COMMENT= Set of (improved) artwiz fonts
|
|
|
|
NO_BUILD= yes
|
|
USES= tar:bzip2
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
FONTS= anorexia.se aqui.se cure.se drift.se edges.se fkp.se gelly.se \
|
|
glisp-bold.se glisp.se kates.se lime.se mints-mild.se \
|
|
mints-strong.se nu.se smoothansi.se snap.se
|
|
FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/
|
|
FILES= ${FONTS:S,$,.pcf,} ${WRKSRC}/fonts.alias ${WRKSRC}/fonts.dir
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${FONTDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} ${STAGEDIR}${FONTDIR}
|
|
|
|
post-install:
|
|
@${SED} 's|$${LOCALBASE}|${LOCALBASE}|g' \
|
|
${PKGDIR}/pkg-message >${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|