c5965282f3
Ports tree is now unlocked. Read the new policy first.
22 lines
579 B
Makefile
22 lines
579 B
Makefile
# $OpenBSD: Makefile,v 1.6 1999/10/26 04:56:36 turan Exp $
|
|
|
|
BROKEN= bad packing lists
|
|
|
|
DISTNAME= rsynth-2.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|