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