freebsd-ports/textproc/linux-f10-aspell/Makefile
Baptiste Daroussin fea29121e1 Support stage
2013-10-05 18:12:05 +00:00

25 lines
602 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= aspell
PORTVERSION= 0.60.6
CATEGORIES= textproc linux
MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
PKGNAMEPREFIX= linux-f10-
DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Spelling checker with better logic than ispell (Linux Fedora 10)
CONFLICTS= linux-aspell-[0-9]* linux-f8-aspell-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
LINUX_DIST_VER= 10
RPMVERSION= 3.fc10
BRANDELF_DIRS= usr/bin
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>