mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# New ports collection makefile for: hu-aspell
|
|
# Date created: 28 August 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aspell
|
|
CATEGORIES= hungarian
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Hungarian dictionaries
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/aspell
|
|
|
|
ASPELL_HU= igen
|
|
|
|
.include "${MASTERDIR}/Makefile"
|