Second round of Makefile cleanups in Arabic ports.
This commit is contained in:
parent
4e6d4d6f79
commit
c358e850a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309416
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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}
|
||||
|
@ -4,5 +4,4 @@ LO_I18N= ar
|
||||
CATEGORIES= arabic editors
|
||||
|
||||
.include "${.CURDIR}/../../editors/libreoffice/Makefile.common"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user