2006-07-15 16:28:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
# To be included by dictionaries ports.
|
|
|
|
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES?= GNU/aspell/dict/${DICT}
|
2017-04-12 11:09:47 +02:00
|
|
|
DISTNAME?= aspell${SPELLVERSION}
|
|
|
|
PORTVERSION?= ${SPELLVERSION:tl:C/cvs/0_/:C/pt_../p/:C/[0-9]?-?[a-z]+-//g:C/([0-9])([a-z])/\1.\2/g:C/:(.)/\1/g:C/[^a-z0-9+]+/./g}
|
2006-07-15 16:28:44 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libaspell.so:textproc/aspell
|
2006-07-15 16:28:44 +02:00
|
|
|
|
2014-07-04 22:28:31 +02:00
|
|
|
USES+= gmake tar:bzip2
|
2006-07-15 16:28:44 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
|
|
|
PLIST_SUB= VER=${VER}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if exists(${LOCALBASE}/etc/aspell.ver)
|
|
|
|
. include "${LOCALBASE}/etc/aspell.ver"
|
|
|
|
.endif
|