17 lines
372 B
Makefile
17 lines
372 B
Makefile
# 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
|
|
COMMENT= Aspell with Slovak dictionary
|
|
|
|
MASTERDIR= ${.CURDIR}/../aspell
|
|
|
|
ASPELL_SK= ano
|
|
|
|
.include "${MASTERDIR}/Makefile"
|