aboutsummaryrefslogtreecommitdiffstats
path: root/hebrew/elmar-fonts/Makefile
blob: 24c85c4b04d645ded394c56b1f7f64c9d30f7622 (plain) (blame)
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= cpm@fbsd.es
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>