freebsd-ports/hebrew/elmar-fonts/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

29 lines
607 B
Makefile

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