freebsd-ports/textproc/aspell/Makefile.inc
Tijl Coosemans 3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00

20 lines
526 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: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}
LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
USES+= gmake tar:bzip2
HAS_CONFIGURE= yes
PLIST_SUB= VER=${VER}
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/etc/aspell.ver)
. include "${LOCALBASE}/etc/aspell.ver"
.endif