diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 14:41:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-11 14:41:22 +0800 |
commit | 378a8bfa16c9d5cbd25564d28bffac4bb0250e01 (patch) | |
tree | 45b48d4b66d6a25897037877931f081c934ab070 /textproc/gnome-spell/Makefile | |
parent | 3ed077c0a06932b9269c6f9050a6c0e1cbc6749d (diff) | |
download | marcuscom-ports-378a8bfa16c9d5cbd25564d28bffac4bb0250e01.tar.gz marcuscom-ports-378a8bfa16c9d5cbd25564d28bffac4bb0250e01.tar.zst marcuscom-ports-378a8bfa16c9d5cbd25564d28bffac4bb0250e01.zip |
Add gnomespell.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@61 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gnome-spell/Makefile')
-rw-r--r-- | textproc/gnome-spell/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile new file mode 100644 index 000000000..2ef589d3d --- /dev/null +++ b/textproc/gnome-spell/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: gnomespell +# Date created: 29 December 2001 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD: ports/textproc/gnomespell/Makefile,v 1.4 2002/09/02 17:45:50 marcus Exp $ +# + +PORTNAME= gnomespell +PORTVERSION= 0.5 +CATEGORIES= textproc gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-spell/0.5 +DISTNAME= gnome-spell-${PORTVERSION} +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= aspell.15:${PORTSDIR}/textproc/aspell \ + gal.20:${PORTSDIR}/x11-toolkits/gal + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack libglade +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> |