mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
344 B
Makefile
20 lines
344 B
Makefile
# Created by: Thierry Thomas <thierry@pompo.net>
|
|
|
|
PORTNAME= aspell
|
|
SPELLVERSION= -fr-0.50-3
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= french textproc
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Aspell French dictionaries
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
|
|
DICT= fr
|
|
|
|
.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|