aboutsummaryrefslogtreecommitdiff
path: root/arabic/ae_fonts_mono
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-20 09:16:17 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-20 09:16:17 +0000
commit8c9b5018a09d380f315aa54022c4d243fd03a68c (patch)
tree7ae2083f2ea1a7a39a80c0ce3f196c662c9e613c /arabic/ae_fonts_mono
parent6cd8cd5081382925ec60e37348fc377627daa14d (diff)
downloadports-8c9b5018a09d380f315aa54022c4d243fd03a68c.tar.gz
ports-8c9b5018a09d380f315aa54022c4d243fd03a68c.zip
Clean up some maintained ports in arabic category:
- Trim Makefile header - Drop article in COMMENT - Convert to OptionsNG - Miscellaneous fixes
Notes
Notes: svn path=/head/; revision=309302
Diffstat (limited to 'arabic/ae_fonts_mono')
-rw-r--r--arabic/ae_fonts_mono/Makefile24
1 files changed, 11 insertions, 13 deletions
diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile
index fc997ffd19bf..df60f0abbbf4 100644
--- a/arabic/ae_fonts_mono/Makefile
+++ b/arabic/ae_fonts_mono/Makefile
@@ -1,19 +1,15 @@
-# New ports collection makefile for: ae_fonts_mono
-# Date created: August 22, 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
-#
+# Created by: Samy Al Bahra <samy@kerneled.com>
# $FreeBSD$
-#
-PORTNAME= ae_fonts_mono
-PORTVERSION= 1.0
+PORTNAME= ae_fonts_mono
+PORTVERSION= 1.0
PORTREVISION= 2
-CATEGORIES= arabic
-MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
-DISTNAME= ae_fonts_mono
+CATEGORIES= arabic x11-fonts
+MASTER_SITES= SF/arabeyes/Fonts/ae_fonts
+DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A collection of PCF fonts that include Arabic glyphs
+COMMENT= Collection of PCF fonts that include Arabic glyphs
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
@@ -28,10 +24,12 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts_mono
- @${INSTALL_DATA} ${WRKSRC}/*.pcf ${PREFIX}/lib/X11/fonts/ae_fonts_mono
- @${INSTALL_DATA} ${WRKSRC}/fonts.dir ${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>