60764ff075
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)
25 lines
494 B
Makefile
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>
|