opnsense-ports/textproc/linux-c6-aspell/Makefile
Franco Fichtner 7a4684be11 */*: sync with upstream
Taken from: HardenedBSD
2019-06-10 09:56:35 +02:00

24 lines
484 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= aspell
PORTVERSION= 0.60.6
DISTVERSIONSUFFIX= -12.el6
PORTREVISION= 3
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER})
LICENSE= LGPL21+
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>