mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= textproc lang
|
|
PKGNAMESUFFIX= -aspell
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Interface to aspell spelling checker
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= ASPELL
|
|
OPTIONS_DEFAULT= ASPELL
|
|
|
|
.include "${MASTERDIR}/Makefile"
|