13 lines
241 B
Makefile
13 lines
241 B
Makefile
|
# New ports collection makefile for: aspell-without-dicten
|
||
|
# Date created: 14 Jul 2006
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
WITHOUT_DICTEN= yes
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|