1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/aspell/Makefile.inc
Baptiste Daroussin d3ad0d9154 No longer install the english dictionary (please use textproc/en-aspell if you
want the english dictionary)
Optionify
Remove the now useless textproc/aspell-with-dicten port
textproc/en-aspell now depends on textproc/aspell
clean up the Makefile
2012-09-24 21:23:51 +00:00

21 lines
525 B
Makefile

# $FreeBSD$
# To be included by dictionaries ports.
MASTER_SITES?= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR?= aspell/dict/${DICT}
DISTNAME?= aspell${DISTVERSION}
PORTVERSION?= ${DISTVERSION:L: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}
LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell
USE_BZIP2= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
PLIST_SUB= VER=${VER}
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/etc/aspell.ver)
. include "${LOCALBASE}/etc/aspell.ver"
.endif