18 lines
376 B
Makefile
18 lines
376 B
Makefile
|
# New ports collection makefile for: hil-aspell
|
||
|
# Date created: 02 June 2005
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= hil-aspell
|
||
|
|
||
|
MAINTAINER= ports@FreeBSD.org
|
||
|
COMMENT= Aspell with Hiligaynon dictionary
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../aspell
|
||
|
|
||
|
ASPELL_HIL= hu-o
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|