1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/hebrew/elmar-fonts/Makefile

29 lines
607 B
Makefile
Raw Normal View History

# 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
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>