1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/arabic/ae_fonts_mono/Makefile
Alexey Dokuchaev 8c9b5018a0 Clean up some maintained ports in arabic category:
- Trim Makefile header
- Drop article in COMMENT
- Convert to OptionsNG
- Miscellaneous fixes
2012-12-20 09:16:17 +00:00

36 lines
786 B
Makefile

# Created by: Samy Al Bahra <samy@kerneled.com>
# $FreeBSD$
PORTNAME= ae_fonts_mono
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= arabic x11-fonts
MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of PCF fonts that include Arabic glyphs
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
USE_XORG= x11
USE_BZIP2= yes
SUB_FILES= pkg-message
do-build:
@mkfontdir ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts_mono
${INSTALL_DATA} ${WRKSRC}/*.pcf ${WRKSRC}/fonts.dir \
${PREFIX}/lib/X11/fonts/ae_fonts_mono
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>