mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e52f46d2d2
Approved by: mat (mentor).
18 lines
368 B
Makefile
18 lines
368 B
Makefile
# New ports collection makefile for: zu-aspell
|
|
# Date created: 31 March 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zu-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Zulu dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_ZU= yebo
|
|
|
|
.include "${MASTERDIR}/Makefile"
|