1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/chinese/reciteword/Makefile
Xin LI d7442a1560 Update to 0.8.5.
Feature safe:	yes
2012-11-02 18:50:04 +00:00

47 lines
1.1 KiB
Makefile

# 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
USE_GETTEXT= yes
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>