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