summaryrefslogtreecommitdiff
path: root/textproc/ispell/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-15 20:46:35 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-10-15 20:46:35 +0000
commit011efa04dd667af5b8bf1adddb8dcea7462cd0ce (patch)
treea4ae891203f49a14bc791b27dbef723ffaee7385 /textproc/ispell/Makefile
parentAdd LIB_DEPENDS=png. While I'm here, remove the extra include (diff)
Minor update:
New distfile: latest stable version of the ispell.el New patch file: texpatch-3.1.20c.gz Add patch level 'c' to the PKGNAME Append WWW: comment to the pkg/DESCR PR: ports/14302 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Reviewed by: jmz
Notes
Notes: svn path=/head/; revision=22465
Diffstat (limited to 'textproc/ispell/Makefile')
-rw-r--r--textproc/ispell/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index 66cbaca3e223..18ac9369c437 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -8,16 +8,21 @@
#
DISTNAME= ispell-3.1
-PKGNAME= ispell-3.1.20
+PKGNAME= ispell-3.1.20c
CATEGORIES= textproc elisp
-MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/
-DISTFILES= ispell-3.1.20.tar.gz
+MASTER_SITES= ftp://ftp.cs.ucla.edu/pub/ispell-3.1/ \
+ ftp://kdstevens.com/pub/stevens/
+DISTFILES= ispell-3.1.20.tar.gz ${ISPELL_ELISP}
-PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/
-PATCHFILES= ispell-html-mode.patch
+PATCH_SITES= ftp://ftp.kiarchive.ru/pub/unix/text/ispell/ \
+ ftp://kdstevens.com/pub/stevens/
+PATCHFILES= ispell-html-mode.patch texpatch-3.1.20c.gz
MAINTAINER= jmz@FreeBSD.org
+EXTRACT_ONLY= ispell-3.1.20.tar.gz
+ISPELL_ELISP= ispell.el-3.2.gz
+
MAKE_FLAGS= TMPDIR=${WRKDIR} -f
MAN1= ispell.1 sq.1
MAN4= ispell.4 english.4
@@ -36,6 +41,7 @@ MLINKS= ispell.1 buildhash.1 ispell.1 findaffix.1 ispell.1 munchlist.1\
EXTRA_DICT= francais-IREQ-1.4.tar.gz
MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/
DISTFILES+= ${EXTRA_DICT}
+EXTRACT_ONLY+= ${EXTRA_DICT}
.endif
pre-extract:
@@ -46,6 +52,9 @@ pre-extract:
@${ECHO_MSG} '******************************************************'
.endif
+post-extract:
+ @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${ISPELL_ELISP} > ${WRKSRC}/ispell.el
+
pre-configure:
.if defined(EXTRA_DICT)
@${ECHO} ${EXTRA_DICT} > ${WRKDIR}/extra_dict