1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/hebrew/elmar-fonts/Makefile
Pav Lucistnik c1ded172dc - Reset maintainer address:
5.1.0 - Unknown address error 550-'<nadav@cs.technion.ac.il>:
Recipient address rejected: User unknown in local recipient table'
2008-06-18 18:34:28 +00:00

30 lines
668 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
PORTREVISION= 2
CATEGORIES= hebrew x11-fonts
MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/
DISTNAME= H.fonts
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of Hebrew fonts from El-Mar software Ltd
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-install:
${MKDIR} ${LOCALBASE}/lib/X11/fonts/hebrew
${TAR} -C ${LOCALBASE}/lib/X11/fonts/hebrew -xZpf \
${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>