diff options
Diffstat (limited to 'arabic/katoob/Makefile')
-rw-r--r-- | arabic/katoob/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/arabic/katoob/Makefile b/arabic/katoob/Makefile deleted file mode 100644 index 0b265a690137..000000000000 --- a/arabic/katoob/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: katoob -# Date created: 13th September 2003 -# Whom: Pav Lucistnik <pav@oook.cz> -# -# $FreeBSD$ -# - -PORTNAME= katoob -PORTVERSION= 0.3.5 -PORTREVISION= 11 -CATEGORIES= arabic -MASTER_SITES= SF/arabeyes - -MAINTAINER= sbahra@gwu.edu -COMMENT= Light-weight, bidirectional editor for arabic texts - -MAN1= katoob.1 - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -WANT_GNOME= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - -.if ${HAVE_GNOME:Mgtksourceview}!="" || defined(WITH_HIGHLIGHTING) -CONFIGURE_ARGS+= "--enable-highlight" -USE_GNOME+= gtksourceview -.endif - -.if defined(WITH_SPELLCHECKER) || exists(${LOCALBASE}/lib/libaspell.so.16) -CONFIGURE_ARGS+= "--enable-spell" -LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell -.endif - -.include <bsd.port.post.mk> |