diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:08:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-19 20:08:57 +0000 |
commit | be76297b53b3b3535f92751a2a29e156a608dbfe (patch) | |
tree | 5cb2be7745f4dd4d06af7cbd24d65a46cfd9d523 /textproc/gtkspell | |
parent | ce57dbfea7b94f2b09621befd2b420c75f03aa3c (diff) | |
download | ports-be76297b53b3b3535f92751a2a29e156a608dbfe.tar.gz ports-be76297b53b3b3535f92751a2a29e156a608dbfe.zip |
Notes
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 33 | ||||
-rw-r--r-- | textproc/gtkspell/distinfo | 1 | ||||
-rw-r--r-- | textproc/gtkspell/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/gtkspell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gtkspell/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gtkspell/pkg-plist | 7 |
6 files changed, 57 insertions, 0 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile new file mode 100644 index 000000000000..663ffaca9be9 --- /dev/null +++ b/textproc/gtkspell/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gtkspell2 +# Date created: 19 Aug 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkspell2 +PORTVERSION= 2.0.2 +CATEGORIES= textproc gnome +MASTER_SITES= http://gtkspell.sourceforge.net/download/ +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ + pspell.4:${PORTSDIR}/textproc/pspell + +USE_X_PREFIX= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/textproc/gtkspell/distinfo b/textproc/gtkspell/distinfo new file mode 100644 index 000000000000..0b1c252de066 --- /dev/null +++ b/textproc/gtkspell/distinfo @@ -0,0 +1 @@ +MD5 (gtkspell-2.0.2.tar.gz) = 385daba9bebfdc7fdbdf524e07deb920 diff --git a/textproc/gtkspell/files/patch-configure b/textproc/gtkspell/files/patch-configure new file mode 100644 index 000000000000..6bb2a668556f --- /dev/null +++ b/textproc/gtkspell/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Aug 19 13:43:43 2002 ++++ configure Mon Aug 19 13:43:59 2002 +@@ -7524,6 +7524,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/textproc/gtkspell/pkg-comment b/textproc/gtkspell/pkg-comment new file mode 100644 index 000000000000..a5d57d42aa68 --- /dev/null +++ b/textproc/gtkspell/pkg-comment @@ -0,0 +1 @@ +A GTK+ 2 spell checking component diff --git a/textproc/gtkspell/pkg-descr b/textproc/gtkspell/pkg-descr new file mode 100644 index 000000000000..05f8488a91d8 --- /dev/null +++ b/textproc/gtkspell/pkg-descr @@ -0,0 +1,5 @@ +GtkSpell provides MSWord/MacOSX-style highlighting of misspelled words in a +GtkTextView widget as you type. Right-clicking a misspelled word pops up a menu +of suggested replacements. + +WWW: http://gtkspell.sourceforge.net/ diff --git a/textproc/gtkspell/pkg-plist b/textproc/gtkspell/pkg-plist new file mode 100644 index 000000000000..c8b3c009f40e --- /dev/null +++ b/textproc/gtkspell/pkg-plist @@ -0,0 +1,7 @@ +include/gtkspell-2.0/gtkspell/gtkspell.h +lib/libgtkspell.a +lib/libgtkspell.so +lib/libgtkspell.so.0 +libdata/pkgconfig/gtkspell-2.0.pc +@dirrm include/gtkspell-2.0/gtkspell +@dirrm include/gtkspell-2.0 |