freebsd-ports/audio/festvox-czech/Makefile
Baptiste Daroussin 5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00

20 lines
569 B
Makefile

# Created by: František Dvořák <valtri@civ.zcu.cz>
# $FreeBSD$
PORTNAME= festvox-czech
PORTVERSION= 0.1
CATEGORIES= audio
MASTER_SITES= http://www.freebsoft.org/pub/projects/festival-czech-diphone-database/
DISTNAME= voice-czech-ph-bin-${PORTVERSION}
DIST_SUBDIR= festival
MAINTAINER= valtri@civ.zcu.cz
COMMENT= Czech male voice for Festival
RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/dicts/czech-lexicon.out:${PORTSDIR}/audio/festlex-czech
NO_BUILD= yes
USES= gmake
MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices
.include <bsd.port.mk>