1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/french/aspell/Makefile
Thierry Thomas 97e38a2606 Set license.
Since I'm here, define NO_ARCH.
2019-10-13 11:00:00 +00:00

21 lines
356 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
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>