mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +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
560 B
Makefile
28 lines
560 B
Makefile
# Created by: nadav@cs.technion.ac.il
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= elmar
|
|
PORTVERSION= 3.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= hebrew x11-fonts
|
|
MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/
|
|
PKGNAMESUFFIX= -fonts
|
|
DISTNAME= H.fonts
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of Hebrew fonts from El-Mar software, Ltd
|
|
|
|
USES= fonts tar:Z
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
FONTNAME= hebrew
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
${TAR} -C ${STAGEDIR}${FONTSDIR} -xZpf \
|
|
${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
.include <bsd.port.mk>
|