blob: 00a30b192074517de0f5d1e5c4f394b505ded694 (
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
28
29
|
# New ports collection makefile for: elmar-fonts
# Date created: 23 March 2000
# Whom: nadav@cs.technion.ac.il
#
# $FreeBSD$
#
PORTNAME= elmar-fonts
PORTVERSION= 3.3
CATEGORIES= hebrew x11-fonts
MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/
DISTNAME= H.fonts
EXTRACT_SUFX= .tar.Z
MAINTAINER= nadav@cs.technion.ac.il
COMMENT= A collection of Hebrew fonts from El-Mar software Ltd
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/lib/X11/fonts/hebrew
${TAR} -C ${PREFIX}/lib/X11/fonts/hebrew -xZpf \
${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|