mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# 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
|
|
COMMENT= Aspell with German dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_DE= ja
|
|
|
|
.include "${MASTERDIR}/Makefile"
|