freebsd-ports/audio/rsynth/Makefile
Pav Lucistnik f4c0069344 - Correct dependency: ligdbm is linked in dynamically
PR:		ports/71904
Submitted by:	Nicolas Rachinsky <nr@rachinsky.de>
2004-10-11 22:24:53 +00:00

28 lines
738 B
Makefile

# New ports collection makefile for: rsynth
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# $FreeBSD$
#
PORTNAME= rsynth
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= audio accessibility
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
MAINTAINER= ports@FreeBSD.org
COMMENT= Speech synthesizer
BUILD_DEPENDS= ${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yes
pre-configure:
@${CP} ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c
@${CP} ${FILESDIR}/config.guess ${WRKSRC}/config.guess
@${CP} ${FILESDIR}/config.sub ${WRKSRC}/config.sub
@${CP} ${FILESDIR}/configure ${WRKSRC}/configure
.include <bsd.port.mk>