18 lines
373 B
Makefile
18 lines
373 B
Makefile
# New ports collection makefile for: ro-aspell
|
|
# Date created: 7 September 2002
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ro-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Romanian dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_RO= da
|
|
|
|
.include "${MASTERDIR}/Makefile"
|