blob: ad332442870bb5536fe9ccbe8c08a7454020f598 (
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
DISTVERSION= 6-de-20030222-1
PORTREVISION= 1
CATEGORIES= german textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell German dictionary
DICT= de
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
.include <bsd.port.post.mk>
|