1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/festvox-czech/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

21 lines
557 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:audio/festlex-czech
NO_BUILD= yes
USES= gmake
MAKE_ARGS= festival_voices_path=${PREFIX}/share/festival/lib/voices
.include <bsd.port.mk>