mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5bc487f225
Include Makefile.local, when possible. Submitted by: dinoex
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# New ports collection makefile for: dealt-ispell
|
|
# Date created: 10 February 2000
|
|
# Whom: Alexander Langer <alex@big.endian.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= alex@FreeBSD.org
|
|
|
|
ISPELL_DEALT= yes
|
|
PORTNAME= ispell
|
|
PORTVERSION= 19991219
|
|
PORTREVISION= 3
|
|
CATEGORIES= german
|
|
PKGNAMESUFFIX= -alt
|
|
MASTERDIR= ${.CURDIR}/../../textproc/ispell
|
|
|
|
.if exists(${.CURDIR}/Makefile.local)
|
|
.include "${.CURDIR}/Makefile.local"
|
|
.endif
|
|
|
|
.include "${MASTERDIR}/Makefile"
|
|
|