ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/textproc/aspell/Makefile.inc
Revision: 20627
Committed: Sun Nov 1 17:24:20 2015 UTC (8 years, 5 months ago) by laffer1
File size: 581 byte(s)
Log Message:
tag

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: ports/textproc/aspell/Makefile.inc,v 1.1 2006/07/15 14:28:41 thierry Exp $
3 # To be included by dictionaries ports.
4
5 MASTER_SITES?= GNU/aspell/dict/${DICT}
6 DISTNAME?= aspell${DISTVERSION}
7 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}
8
9 LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
10
11 USES+= gmake tar:bzip2
12 HAS_CONFIGURE= yes
13
14 PLIST_SUB= VER=${VER}
15
16 .include <bsd.port.pre.mk>
17 .if exists(${LOCALBASE}/etc/aspell.ver)
18 . include "${LOCALBASE}/etc/aspell.ver"
19 .endif