diff options
author | Will Andrews <will@FreeBSD.org> | 2003-11-16 02:36:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-11-16 02:36:29 +0000 |
commit | 9d058c47e813137535abea179fc9f082a5846914 (patch) | |
tree | 9576c54929d8dc37ebdd33f059ee55dc1e1b55b2 /arabic | |
parent | 084b2afd379f2883f073e11fe6c8daedfe0c6bab (diff) | |
download | ports-9d058c47e813137535abea179fc9f082a5846914.tar.gz ports-9d058c47e813137535abea179fc9f082a5846914.zip |
Notes
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/Makefile | 6 | ||||
-rw-r--r-- | arabic/ae_fonts_mono/Makefile | 2 | ||||
-rw-r--r-- | arabic/ae_fonts_ttf/Makefile | 2 | ||||
-rw-r--r-- | arabic/kacst_fonts/Makefile | 2 | ||||
-rw-r--r-- | arabic/kde3-i18n/Makefile | 2 | ||||
-rw-r--r-- | arabic/kde4-l10n/Makefile | 2 | ||||
-rw-r--r-- | arabic/khotot/Makefile | 8 | ||||
-rw-r--r-- | arabic/koffice-i18n/Makefile | 2 |
8 files changed, 16 insertions, 10 deletions
diff --git a/arabic/Makefile b/arabic/Makefile index 22452e4a70b7..5f27d8c1aa42 100644 --- a/arabic/Makefile +++ b/arabic/Makefile @@ -1,6 +1,12 @@ # $FreeBSD$ # + SUBDIR += ae_fonts_mono + SUBDIR += ae_fonts_ttf + SUBDIR += kacst_fonts SUBDIR += katoob + SUBDIR += kde3-i18n + SUBDIR += khotot + SUBDIR += koffice-i18n SUBDIR += openoffice-1.1 .include <bsd.port.subdir.mk> diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile index 8032e790d5e2..30f1c4f5980c 100644 --- a/arabic/ae_fonts_mono/Makefile +++ b/arabic/ae_fonts_mono/Makefile @@ -7,7 +7,7 @@ PORTNAME= ae_fonts_mono PORTVERSION= 1.0 -CATEGORIES= x11-fonts +CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes DISTNAME= ae_fonts_mono diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile index bf6406bc094f..9bf72b20f01f 100644 --- a/arabic/ae_fonts_ttf/Makefile +++ b/arabic/ae_fonts_ttf/Makefile @@ -7,7 +7,7 @@ PORTNAME= ae_fonts1_ttf PORTVERSION= 1.0 -CATEGORIES= x11-fonts +CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes DISTNAME= ae_fonts1_ttf_${PORTVERSION} diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile index a41cd15637cc..b1df77cedcdc 100644 --- a/arabic/kacst_fonts/Makefile +++ b/arabic/kacst_fonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= kacst_fonts PORTVERSION= 1.4 -CATEGORIES= x11-fonts +CATEGORIES= arabic MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= arabeyes DISTNAME= kacst_fonts_${PORTVERSION} diff --git a/arabic/kde3-i18n/Makefile b/arabic/kde3-i18n/Makefile index 2976fff8aff7..6be3361bcca7 100644 --- a/arabic/kde3-i18n/Makefile +++ b/arabic/kde3-i18n/Makefile @@ -7,7 +7,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde +CATEGORIES?= arabic kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ar- diff --git a/arabic/kde4-l10n/Makefile b/arabic/kde4-l10n/Makefile index 2976fff8aff7..6be3361bcca7 100644 --- a/arabic/kde4-l10n/Makefile +++ b/arabic/kde4-l10n/Makefile @@ -7,7 +7,7 @@ PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde +CATEGORIES?= arabic kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n PKGNAMEPREFIX= ar- diff --git a/arabic/khotot/Makefile b/arabic/khotot/Makefile index e98447ed4e66..231daefdc546 100644 --- a/arabic/khotot/Makefile +++ b/arabic/khotot/Makefile @@ -7,7 +7,7 @@ PORTNAME= khotot PORTVERSION= 1.0 -CATEGORIES= x11-fonts +CATEGORIES= arabic MASTER_SITES= # DISTFILES= # EXTRACT_ONLY= # @@ -16,15 +16,15 @@ MAINTAINER= samy@kerneled.com COMMENT= A meta-port of the most popular font packages .if !defined(WITHOUT_MONO) -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/x11-fonts/ae_fonts_mono +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/ae_fonts_mono/fonts.dir:${PORTSDIR}/arabic/ae_fonts_mono .endif .if !defined(WITHOUT_AEFONTS) -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/x11-fonts/ae_fonts_ttf +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/ae_fonts1/AAHS/fonts.dir:${PORTSDIR}/arabic/ae_fonts_ttf .endif .if !defined(WITHOUT_KACST) -RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/x11-fonts/kacst_fonts +RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/kacst_fonts/fonts.dir:${PORTSDIR}/arabic/kacst_fonts .endif NO_BUILD= yes diff --git a/arabic/koffice-i18n/Makefile b/arabic/koffice-i18n/Makefile index 0fc2bf71b236..d6eb5343bb01 100644 --- a/arabic/koffice-i18n/Makefile +++ b/arabic/koffice-i18n/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice-i18n PORTVERSION= 1.2.1 -CATEGORIES?= misc kde +CATEGORIES?= arabic kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src PKGNAMEPREFIX= ar- |