1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/textproc/aspell-ispell/Makefile
Baptiste Daroussin d2365ade3e Extract the ispell wrapper out of aspell into a dedicated port
Cleanup up the aspell port
Propertly strip aspell libraries
Use short form of MASTER_SITES
2014-01-28 12:02:27 +00:00

30 lines
606 B
Makefile

# $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:${PORTSDIR}/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>