summaryrefslogtreecommitdiffstats
path: root/textproc/gnomespell-devel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-03-13 11:58:03 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-03-13 11:58:03 +0800
commita6a37b83261acd71b9e838295c17529db0f81567 (patch)
tree3103283993c8edf93b332c5c4a9fd7d66ea98f98 /textproc/gnomespell-devel/Makefile
parentd64563014e549812e8f9b8ef5efe631c701374d5 (diff)
downloadmarcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar.gz
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar.bz2
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar.lz
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar.xz
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.tar.zst
marcuscom-ports-a6a37b83261acd71b9e838295c17529db0f81567.zip
Add gnomespell-devel.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@548 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gnomespell-devel/Makefile')
-rw-r--r--textproc/gnomespell-devel/Makefile37
1 files changed, 37 insertions, 0 deletions
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 <sobomax@FreeBSD.org>
+#
+# $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 <bsd.port.mk>