7a325e6491
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
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# Created by: Samy Al Bahra <samy@kerneled.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ae_fonts_mono
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= arabic x11-fonts
|
|
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of PCF fonts that include Arabic glyphs
|
|
|
|
USES= fonts tar:bzip2
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
PLIST_FILES= ${FONTSDIR}/10x21.pcf
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*.pcf ${STAGEDIR}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|