freebsd-ports/textproc/linux-f8-aspell/Makefile
Boris Samorodov 15dfb098e6 . add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
2009-06-02 20:14:36 +00:00

29 lines
640 B
Makefile

# New ports collection makefile for: textproc/linux-f8-aspell
# Date created: 2008-04-04
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= aspell
PORTVERSION= 0.60.5
PORTREVISION= 1
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)
CONFLICTS= linux-aspell-[0-9]* linux-f10-aspell-[0-9]*
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>