aboutsummaryrefslogtreecommitdiff
path: root/textproc/fpc-aspell/Makefile
blob: 59734b60032de341c39f4107d4b1401532d7e1d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

CATEGORIES=	textproc lang
PKGNAMESUFFIX=	-aspell

COMMENT=	Interface to aspell spelling checker

USES=		fpc

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR=	${WRKUNITDIR}

OPTIONS_DEFINE=	ASPELL
OPTIONS_DEFAULT=	ASPELL

.include "${MASTERDIR}/Makefile"