diff --git a/hebrew/aspell/Makefile b/hebrew/aspell/Makefile index 852384a54bf1..d40bb46ea692 100644 --- a/hebrew/aspell/Makefile +++ b/hebrew/aspell/Makefile @@ -1,15 +1,13 @@ -# Created by: Thierry Thomas - PORTNAME= aspell SPELLVERSION= 6-he-1.0-0 PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= hebrew textproc MAINTAINER= office@FreeBSD.org COMMENT= Aspell Hebrew dictionaries DICT= he .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include diff --git a/hebrew/culmus/Makefile b/hebrew/culmus/Makefile index b8cd8ca82a85..34c645101b9b 100644 --- a/hebrew/culmus/Makefile +++ b/hebrew/culmus/Makefile @@ -1,26 +1,24 @@ -# Created by: Yonatan - PORTNAME= culmus PORTVERSION= 0.133 CATEGORIES= hebrew MASTER_SITES= SF MAINTAINER= onatan@gmail.com COMMENT= Free Hebrew Type1 fonts LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= fonts NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.afm ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.pfa ${STAGEDIR}${FONTSDIR} cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} .include diff --git a/hebrew/elmar-fonts/Makefile b/hebrew/elmar-fonts/Makefile index 7772d04a158a..1038f8b6c7ed 100644 --- a/hebrew/elmar-fonts/Makefile +++ b/hebrew/elmar-fonts/Makefile @@ -1,26 +1,24 @@ -# Created by: nadav@cs.technion.ac.il - PORTNAME= elmar PORTVERSION= 3.3 PORTREVISION= 6 CATEGORIES= hebrew x11-fonts MASTER_SITES= ftp://ftp.elmar.co.il/Portable/fonts/ PKGNAMESUFFIX= -fonts DISTNAME= H.fonts MAINTAINER= ports@FreeBSD.org COMMENT= Collection of Hebrew fonts from El-Mar software, Ltd USES= fonts tar:Z NO_WRKSUBDIR= yes NO_BUILD= yes FONTNAME= hebrew SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} ${TAR} -C ${STAGEDIR}${FONTSDIR} -xZpf \ ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} .include diff --git a/hebrew/he2/Makefile b/hebrew/he2/Makefile index dccf9dcb6eeb..6efd809621b7 100644 --- a/hebrew/he2/Makefile +++ b/hebrew/he2/Makefile @@ -1,25 +1,23 @@ -# Created by: nadav@libagent.org - PORTNAME= he2 PORTVERSION= 0.61 PORTREVISION= 3 CATEGORIES= hebrew editors MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Editor for editing (primarily LaTeX) Hebrew files LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= iw-elmar-fonts>0:hebrew/elmar-fonts USES= gmake ncurses GNU_CONFIGURE= yes USE_CXXSTD= c++98 post-patch: @${REINPLACE_CMD} -e 's|-lcurses -ltermcap|-lncurses|' \ ${WRKSRC}/he2/Makefile.in ${WRKSRC}/he2/Makefile.am .include diff --git a/hebrew/hspell/Makefile b/hebrew/hspell/Makefile index 97c96cd9a6c3..8d04c7011212 100644 --- a/hebrew/hspell/Makefile +++ b/hebrew/hspell/Makefile @@ -1,28 +1,26 @@ -# Created by: Yonatan - PORTNAME= hspell PORTVERSION= 1.4 CATEGORIES= hebrew MASTER_SITES= http://hspell.ivrix.org.il/ MAINTAINER= onatan@gmail.com COMMENT= Hebrew spellchecker and morphology engine LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake perl5 shebangfix SHEBANG_FILES= pmerge multispell USE_LDCONFIG= yes USE_PERL5= build GNU_CONFIGURE= yes CFLAGS+= -fPIC CONFIGURE_ARGS= --enable-fatverb \ --enable-shared SUB_FILES= pkg-message post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so .include