blob: ba77c31fd0923c38fcba1bffe72daa55ffccef14 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: no-aspell
# Date created: 2 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= no-aspell
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Norwegian dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_NO= ja
.include "${MASTERDIR}/Makefile"
|