aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aspell
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2004-06-21 03:51:13 +0800
committerthierry <thierry@FreeBSD.org>2004-06-21 03:51:13 +0800
commitac2609a6ec9031b24a87db3294af872001c193d9 (patch)
tree6696b1c7082da15ea88c91f8ea88059feb3d13a5 /textproc/aspell
parentdfab7b0102b8ae70a3f81cf0b3bc3439c39b7a14 (diff)
downloadfreebsd-ports-gnome-ac2609a6ec9031b24a87db3294af872001c193d9.tar.gz
freebsd-ports-gnome-ac2609a6ec9031b24a87db3294af872001c193d9.tar.zst
freebsd-ports-gnome-ac2609a6ec9031b24a87db3294af872001c193d9.zip
- Actually use libtool15 [1]
- install static libraries [2] PR: ports/63944 [1] Reported by: many [2]
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
index 689ebb096db1..1a8503025c1c 100644
--- a/textproc/aspell/Makefile
+++ b/textproc/aspell/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= aspell
DISTFILES= aspell-0.50.5.tar.gz # needed for slave ports / options
EXTRACT_ONLY= aspell-0.50.5.tar.gz
-MAINTAINER?= thierry@pompo.net
+MAINTAINER?= thierry@FreeBSD.org
COMMENT?= Spelling checker with better suggestion logic than ispell
.if !exists(/usr/bin/bzip2)
@@ -24,9 +24,11 @@ BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
- --enable-doc-dir=${DOCSDIR}
+CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
+ --enable-doc-dir=${DOCSDIR} \
+ --enable-static
USE_GMAKE= yes
+USE_REINPLACE= yes # To be removed after commit of PR ports/63944
MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS}
INSTALLS_SHLIB= yes
@@ -186,6 +188,10 @@ post-extract:
. endif
.endfor
+post-patch: # To be removed after commit of PR ports/63944
+ ${REINPLACE_CMD} -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^' \
+ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+
post-install:
.for DICO in ${DICTS}
@${ECHO_MSG} "===> Installing for ${DICO} dictionaries"