freebsd-ports/hebrew/elmar-fonts/Makefile
Kurt Jaeger 69792a6725 hebrew/elmar-fonts: some fixes in Makefile, pet portlint
- Fix Makefile according to portlint checkings
- Move pkg-message to ${FILESDIR}/pkg-message.in

PR:		202219
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>
2015-08-11 19:55:13 +00:00

27 lines
554 B
Makefile

# Created by: nadav@cs.technion.ac.il
# $FreeBSD$
PORTNAME= elmar
PORTVERSION= 3.3
PORTREVISION= 5
CATEGORIES= hebrew x11-fonts
MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/
PKGNAMESUFFIX= -fonts
DISTNAME= H.fonts
MAINTAINER= cpm@fbsd.es
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>