mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
21 lines
333 B
Makefile
21 lines
333 B
Makefile
# Created by: jmz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ispell
|
|
CATEGORIES= polish
|
|
PKGNAMESUFFIX= -20021127
|
|
|
|
MAINTAINER= wtp@bsdguru.org
|
|
|
|
ISPELL_PL= yes
|
|
USES= perl5
|
|
NO_STAGE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/ispell
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|