mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +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"
|