blob: 943a9d3c0d2e947c5f2cde09430dc42feafe8f0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: sk-aspell
# Date created: 7 September 2002
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= sk-aspell
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Aspell with Slovak dictionary
MASTERDIR= ${.CURDIR}/../aspell
ASPELL_SK= ano
.include "${MASTERDIR}/Makefile"
|