aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-c6-aspell/Makefile
blob: 090e6dbf06732f8f06d2725d5b0d095649387e71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$

PORTNAME=	aspell
PORTVERSION=	0.60.6
CATEGORIES=	textproc linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER})

CONFLICTS=	linux-aspell-[0-9]* linux-f10-aspell-[0-9]*

ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX=	c6
USE_LINUX_RPM=	yes

RPMVERSION=	12.el6
BRANDELF_DIRS=	usr/bin
USE_LDCONFIG=	yes

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>