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