summaryrefslogtreecommitdiff
path: root/arabic
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-23 06:54:04 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-12-23 06:54:04 +0000
commitc358e850a7d775ec42211395d196a6f160b84002 (patch)
tree6dbec86bff5dfaf9dab3440325233bda6804f345 /arabic
parent- Update to 0.5-55 (diff)
Second round of Makefile cleanups in Arabic ports.
Notes
Notes: svn path=/head/; revision=309416
Diffstat (limited to 'arabic')
-rw-r--r--arabic/ae_fonts_ttf/Makefile4
-rw-r--r--arabic/arabtex/Makefile8
-rw-r--r--arabic/aspell/Makefile8
-rw-r--r--arabic/kacst_fonts/Makefile14
-rw-r--r--arabic/kde3-i18n/Makefile7
-rw-r--r--arabic/kde4-l10n/Makefile5
-rw-r--r--arabic/libreoffice/Makefile1
7 files changed, 14 insertions, 33 deletions
diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile
index d0deeaa96909..834b88eebbbf 100644
--- a/arabic/ae_fonts_ttf/Makefile
+++ b/arabic/ae_fonts_ttf/Makefile
@@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of TrueType Arabic fonts
+LICENSE= GPLv2
+
BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir
USE_BZIP2= yes
@@ -49,7 +51,7 @@ do-build:
do-install:
.for font in ${FONTS}
- ${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
+ @${MKDIR} ${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
${INSTALL_DATA} ${WRKSRC}/${font}/* \
${PREFIX}/lib/X11/fonts/ae_fonts1/${font}
.endfor
diff --git a/arabic/arabtex/Makefile b/arabic/arabtex/Makefile
index 588826811d94..028040c492c1 100644
--- a/arabic/arabtex/Makefile
+++ b/arabic/arabtex/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: arabtex
-# Date created: 2005-07-15
-# Whom: Nicola Vitale <nivit@email.it>
-#
+# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
-#
PORTNAME= arabtex
PORTVERSION= 3.11
@@ -14,7 +10,7 @@ DISTNAME= arab${PORTVERSION:S/.//}
EXTRACT_SUFX= .tgz
MAINTAINER= nivit@FreeBSD.org
-COMMENT= A TeX/LaTeX package to generate the Arabic writing
+COMMENT= TeX/LaTeX package to generate Arabic writing
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \
${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
diff --git a/arabic/aspell/Makefile b/arabic/aspell/Makefile
index 5304ba7b871c..ea605da912ff 100644
--- a/arabic/aspell/Makefile
+++ b/arabic/aspell/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ar-aspell
-# Date created: 12 February 2007
-# Whom: Thierry Thomas <thierry@pompo.net>
-#
+# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
-#
PORTNAME= aspell
DISTVERSION= 6-ar-1.2-0
@@ -14,7 +10,7 @@ CATEGORIES= arabic textproc
MAINTAINER= office@FreeBSD.org
COMMENT= Aspell Arabic dictionaries
-DICT= ar
+DICT= ar
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile
index 50c924fe3671..6e7b16766cda 100644
--- a/arabic/kacst_fonts/Makefile
+++ b/arabic/kacst_fonts/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: kacst_fonts
-# Date created: August 22 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
-#
+# Created by: Samy Al Bahra <samy@kerneled.com>
# $FreeBSD$
-#
PORTNAME= kacst_fonts
PORTVERSION= 2.01
@@ -29,11 +25,13 @@ do-build:
cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir
do-install:
- ${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts/
- ${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/lib/X11/fonts/kacst_fonts/
- ${INSTALL_DATA} ${WRKSRC}/fonts.dir ${PREFIX}/lib/X11/fonts/kacst_fonts/
+ @${MKDIR} ${PREFIX}/lib/X11/fonts/kacst_fonts
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${WRKSRC}/fonts.dir \
+ ${PREFIX}/lib/X11/fonts/kacst_fonts
post-install:
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
.include <bsd.port.mk>
diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile
index 932c2f6f4d6c..5f41da272eb5 100644
--- a/arabic/kde3-i18n/Makefile
+++ b/arabic/kde3-i18n/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: kde3-i18n-ar
-# Date created: 05 April 2002
-# Whom: Lauri Watts <lauri@kde.org>
-#
+# Created by: Lauri Watts <lauri@kde.org>
# $FreeBSD$
-#
PORTNAME= kde-i18n
PORTVERSION= ${KDE_VERSION}
@@ -24,5 +20,4 @@ GNU_CONFIGURE= yes
KDE_I18N= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-
.include <bsd.port.mk>
diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile
index 106da6164bee..aca70e7c9e2e 100644
--- a/arabic/kde4-l10n/Makefile
+++ b/arabic/kde4-l10n/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: kde4-l10n
-# Date created: 2009-01-25
-# Whom: Max Brazhnikov <makc@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= kde-l10n
PORTVERSION= ${KDE4_VERSION}
diff --git a/arabic/libreoffice/Makefile b/arabic/libreoffice/Makefile
index 77e47ba6cce1..b3e1d345af41 100644
--- a/arabic/libreoffice/Makefile
+++ b/arabic/libreoffice/Makefile
@@ -4,5 +4,4 @@ LO_I18N= ar
CATEGORIES= arabic editors
.include "${.CURDIR}/../../editors/libreoffice/Makefile.common"
-
.include <bsd.port.mk>