aboutsummaryrefslogtreecommitdiff
path: root/textproc/linux-f8-aspell/Makefile
blob: e3364af841e202d7ec06640d12266a1c6cf7edd7 (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
24
25
26
# New ports collection makefile for:	textproc/linux-f8-aspell
# Date created:				2008-04-04
# Whom:					bsam
#
# $FreeBSD$
#

PORTNAME=	aspell
PORTVERSION=	0.60.5
CATEGORIES=	textproc linux
PKGNAMEPREFIX=	linux-f8-
DISTNAME=	${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Spelling checker with better logic than ispell (Linux Fedora 8)

ONLY_FOR_ARCHS=	i386 amd64
USE_LINUX_RPM=	yes
LINUX_DIST_VER=	8
RPMVERSION=	3.fc7
BRANDELF_DIRS==	usr/bin
USE_LDCONFIG=	yes

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

.include <bsd.port.mk>