blob: 3e25288a23a7abb39c60d22f6b43f2e772c05c7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: bg-aspell
# Date created: 19 March 2004
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= bg-aspell
MAINTAINER= ports@FreeBSD.org
COMMENT= Aspell with Bulgarian dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_BG= da
.include "${MASTERDIR}/Makefile"
|