1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/festdoc/Makefile
Edwin Groothuis 62a8ba9cf4 new virtual category requested: accessibility
This category, to be described as "of interest to disabled
	users" is intended to make it simpler for users to find
	software which will let them overcome a handicap.  For
	example, blind users may want to combine OCR and text-to-speech
	software so the computer can read books to them; users with
	diminished eyesight can use large fonts and "magnifiers";
	paralyzed users may use speech recognition to compose text
	or give commands.

PR:		ports/39103
Submitted by:	Trevor Johnson <trevor@jpj.net>
2003-10-04 01:34:47 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: festdoc
# Date created: 2000-06-16
# Whom: Trevor Johnson <trevor@jpj.net>
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.7 2000/01/05 17:56:46 wiz Exp $
# $FreeBSD$
#
PORTNAME= festdoc
PORTVERSION= 1.4.0.1
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL}
MASTER_SITE_SUBDIR= 1.4.1
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
COMMENT= Documentation for Festival
NO_BUILD= yes
INFO_FILES= festival.info
FDOC= ${PREFIX}/share/doc/festival
post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755
${RM} ${WRKSRC}/festival/src-manual/c3750.htm~
${RM} ${WRKSRC}/speechtools/c16909.htm~
${RMDIR} ${WRKSRC}/festival/src-manual/images_gen
do-install:
${MKDIR} ${FDOC}
${RM} ${WRKSRC}/festival/info/festival.info.orig
cd ${WRKSRC} && info=`find . -name '*.info*' -type f` && \
${CP} $$info ${PREFIX}/info && \
${CP} -r ${WRKSRC}/* ${FDOC} && \
cd ${FDOC} && \
${RM} -f $$info && \
${RMDIR} festival/info
.include <bsd.port.mk>