openbsd-ports/audio/rsynth/Makefile

20 lines
552 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 1999/11/09 20:41:52 jasoni Exp $
1998-06-07 22:00:52 -04:00
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
1998-06-07 22:00:52 -04:00
MAINTAINER= angelos@openbsd.org
1998-10-06 20:13:51 -04:00
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
1998-06-07 22:00:52 -04:00
GNU_CONFIGURE= yes
1998-06-07 22:00:52 -04:00
pre-configure:
@${CP} ${FILESDIR}/openbsdplay.c ${WRKSRC}/config/openbsdplay.c
@${CP} ${FILESDIR}/config.guess ${WRKSRC}/config.guess
@${CP} ${FILESDIR}/config.sub ${WRKSRC}/config.sub
@${CP} ${FILESDIR}/configure ${WRKSRC}/configure
.include <bsd.port.mk>