summaryrefslogtreecommitdiffstats
path: root/chinese/reciteword/Makefile
blob: a603d90e58d53f8d17ba4ddd97be5d9643869b16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Created by: hamigua <hamigua@cuc.cn>
# $FreeBSD$

PORTNAME=	reciteword
PORTVERSION=	0.8.5
CATEGORIES=	chinese
MASTER_SITES=	SF:src \
		SF/${PORTNAME}/${PORTNAME}-books/${PORTVERSION}:books \
		SF/${PORTNAME}/${PORTNAME}-dicts/0.8.2:dicts
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.bz2:src \
		${PORTNAME}-books-${PORTVERSION}.tar.bz2:books \
		${PORTNAME}-dicts-0.8.2.tar.bz2:dicts

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	Education software to help people to study English

GNU_CONFIGURE=	yes
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
USE_BZIP2=	yes
USES=		gettext
USE_GNOME=	gtk20 esound
USE_GMAKE=	yes
CPPFLAGS+=	"-I${LOCALBASE}/include"

PORTDOCS=	AUTHORS COPYING ChangeLog INSTALL NEWS README TODO readme.txt

XTRACT_AFTER_ARGS+=	--exclude CVS

.include <bsd.port.options.mk>

LIB_DEPENDS+=	espeak:${PORTSDIR}/audio/espeak

post-patch:
	@${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|' ${WRKSRC}/src/readword.cpp

post-install:
	@${MKDIR} ${DATADIR}
	(cd ${WRKDIR}/ && ${COPYTREE_SHARE} "books dicts" ${DATADIR})
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud