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