blob: ad99b13ca47ef610913cbfd8da1ca576e003f1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
PORTCOMMENT= Aspell with Norwegian dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_NO= ja
.include "${MASTERDIR}/Makefile"
|