freebsd-ports/textproc/linux-c6-aspell/Makefile
Torsten Zuehlsdorff 8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00

24 lines
520 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= aspell
PORTVERSION= 0.60.6
PORTREVISION= 1
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>