blob: 626bf8455aeaaea47b5c911802b438d6481cf425 (
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: pl-aspell
# Date created: 3 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= aspell
CATEGORIES= polish
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Polish dictionary
MASTERDIR= ${.CURDIR}/../../textproc/aspell
ASPELL_PL= tak
.include "${MASTERDIR}/Makefile"
|