freebsd-ports/hebrew/elmar-fonts/Makefile
Frederic Culot 293c8a8c04 - Pet portlint(1)
- Pass maintainership to submitter

PR:		ports/159615
Submitted by:	Sterling Camden <sterling@camdensoftware.com>
2011-08-09 09:19:35 +00:00

29 lines
670 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= sterling@camdensoftware.com
COMMENT= A collection of Hebrew fonts from El-Mar software Ltd
NO_WRKSUBDIR= 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>