mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
697 B
Makefile
27 lines
697 B
Makefile
# New ports collection makefile for: rsynth
|
|
# Date created: 03 Jan 1995
|
|
# Whom: faulkner@mpd.tandem.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rsynth
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= faulkner@mpd.tandem.com
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm \
|
|
${X11BASE}/include/audio/audiolib.h:${PORTSDIR}/audio/nas
|
|
|
|
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>
|