Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
27 lines
630 B
Makefile
27 lines
630 B
Makefile
# Created by: Matt Lancereau <matt@rimasec.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= artwiz-aleczapka-en
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SF/artwizaleczapka/iso-8859-1/${PORTVERSION}
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Set of (improved) artwiz fonts
|
|
|
|
NO_BUILD= yes
|
|
USES= fonts tar:bzip2
|
|
|
|
FONTS= anorexia aqui cure cursor drift edges fkp gelly \
|
|
glisp-bold glisp kates lime mints-mild mints-strong \
|
|
nu smoothansi snap
|
|
FILES= ${FONTS:S,$,.pcf,}
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
.for f in ${FILES}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${FONTSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|