17 lines
332 B
Makefile
17 lines
332 B
Makefile
|
# 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
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_SV= ja
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|