From a6a37b83261acd71b9e838295c17529db0f81567 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 13 Mar 2003 03:58:03 +0000 Subject: Add gnomespell-devel. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@548 df743ca5-7f9a-e211-a948-0013205c9059 --- textproc/gnomespell-devel/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 textproc/gnomespell-devel/Makefile (limited to 'textproc/gnomespell-devel/Makefile') diff --git a/textproc/gnomespell-devel/Makefile b/textproc/gnomespell-devel/Makefile new file mode 100644 index 000000000..c32483623 --- /dev/null +++ b/textproc/gnomespell-devel/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: gnomespell +# Date created: 29 December 2001 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gnomespell +PORTVERSION= 1.0.1 +CATEGORIES= textproc gnome +MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \ + ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-spell/1.0 +DISTNAME= gnome-spell-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A GNOME/Bonobo component for spell checking + +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ + bonoboui-2.0:${PORTSDIR}/x11-toolkits/libbonoboui + +#USE_BZIP2= yes +USE_X_PREFIX= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +USE_LIBTOOL= 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 -- cgit v1.2.3