1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/textproc/fpc-aspell/Makefile
John Marino d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00

21 lines
438 B
Makefile

# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= textproc lang
PKGNAMESUFFIX= -aspell
MAINTAINER= freebsd-fpc@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"