blob: adc90598a88682c2dee0e54c42a09e12ac6a0a43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: nadav@cs.technion.ac.il
# $FreeBSD$
PORTNAME= elmar
PORTVERSION= 3.3
PORTREVISION= 5
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>
|