19 lines
407 B
Makefile
19 lines
407 B
Makefile
# New ports collection makefile for: uk-aspell
|
|
# Date created: 18 October 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= ukrainian
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Ukrainian dictionaries
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_UK= tak
|
|
|
|
.include "${MASTERDIR}/Makefile"
|