freebsd-ports/textproc/linux-c7-aspell/Makefile
Stefan Eßer 60764ff075 Add missing WWW entries
These ports reference the pkg-descr file of some other port and used
to get the WWW entry from that other port's file.

Reported by:	dan@langille.org (Dan Langille)
2022-09-12 17:29:04 +02:00

25 lines
494 B
Makefile

PORTNAME= aspell
PORTVERSION= 0.60.6.1
DISTVERSIONSUFFIX= -9.el7
PORTREVISION= 1
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Spelling checker with better logic than ispell (Linux CentOS ${LINUX_DIST_VER})
WWW= http://aspell.net/
LICENSE= LGPL21+
USES= cpe linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CPE_VENDOR= gnu
CONFLICTS= linux-c6-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>