b5eabd4841
Approved by: mat (mentor).
18 lines
378 B
Makefile
18 lines
378 B
Makefile
# New ports collection makefile for: nb-aspell
|
|
# Date created: 31 March 2004
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nb-aspell
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Aspell with Norwegian Bokmal dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_NB= ja
|
|
|
|
.include "${MASTERDIR}/Makefile"
|