freebsd-ports/arabic/ae_fonts_ttf/Makefile
Tobias C. Berner d9604089db arabic: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Nicola Vitale <nivit@email.it>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Thierry Thomas <thierry@pompo.net>

With hat:	portmgr
2022-07-20 16:20:47 +02:00

25 lines
509 B
Makefile

PORTNAME= ae_fonts1_ttf
PORTVERSION= 1.1
PORTREVISION= 5
CATEGORIES= arabic x11-fonts
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of TrueType Arabic fonts
LICENSE= GPLv2
USES= fonts tar:bzip2
WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION}
SUB_FILES= pkg-message
NO_BUILD= yes
FONTNAME= ae_fonts1
do-install:
@${MKDIR} ${STAGEDIR}/${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*/* ${STAGEDIR}/${FONTSDIR}
.include <bsd.port.mk>