19 lines
438 B
Makefile
19 lines
438 B
Makefile
|
# New ports collection makefile for: ast-aspell
|
||
|
# Date created: 28 December 2010
|
||
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= ${DICT}-aspell
|
||
|
DISTVERSION= 6-ast-0.01
|
||
|
CATEGORIES= textproc
|
||
|
|
||
|
MAINTAINER= thierry@FreeBSD.org
|
||
|
COMMENT= Aspell Asturian dictionary
|
||
|
|
||
|
DICT= ast
|
||
|
|
||
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
||
|
.include <bsd.port.post.mk>
|