1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/textproc/aspell-ispell/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

28 lines
565 B
Makefile

PORTNAME= aspell
PORTVERSION= 0.60.8
CATEGORIES= textproc
MASTER_SITES= GNU/aspell
PKGNAMESUFFIX= -ispell
MAINTAINER= office@FreeBSD.org
COMMENT= Ispell compatibility script for aspell
LICENSE= LGPL21
RUN_DEPENDS= aspell:textproc/aspell
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/ispell \
bin/spell
post-patch:
@${REINPLACE_CMD} -e '/^#CHECK_FLAGS/ s|#||' ${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>