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