blob: 795ea556fc7199a916d368cac96b72d5ded2140c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $FreeBSD$
PORTNAME= aspell
PORTVERSION= 0.60.6.1
CATEGORIES= textproc
MASTER_SITES= GNU/aspell
PKGNAMESUFFIX= -ispell
MAINTAINER= office@FreeBSD.org
COMMENT= Ispell compatibility script for aspell
LICENSE= LGPL21
CONFLICTS+= ispell* ??-ispell*
RUN_DEPENDS= aspell:textproc/aspell
NO_BUILD= yes
PLIST_FILES= bin/ispell \
bin/spell
post-patch:
@${REINPLACE_CMD} -e "s/^#CHECK/CHECK/g" ${WRKSRC}/scripts/ispell
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/ispell ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/scripts/spell ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|