mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
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
28 lines
570 B
Makefile
28 lines
570 B
Makefile
# Created by: Samy Al Bahra <samy@kerneled.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ae_fonts1_ttf
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= arabic x11-fonts
|
|
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of TrueType Arabic fonts
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= fonts tar:bzip2
|
|
WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION}
|
|
SUB_FILES= pkg-message
|
|
NO_BUILD= yes
|
|
|
|
FONTNAME= ae_fonts1
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/*/* ${STAGEDIR}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|