mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
27 lines
548 B
Makefile
27 lines
548 B
Makefile
# Created by: nadav@cs.technion.ac.il
|
|
|
|
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>
|