openbsd-ports/audio/rsynth/Makefile

29 lines
721 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2001/04/13 03:24:20 obecian Exp $
1998-06-07 22:00:52 -04:00
COMMENT= "speech synthesizer"
1998-06-07 22:00:52 -04:00
DISTNAME= rsynth-2.0
CATEGORIES= audio
NEED_VERSION= 1.364
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
1998-06-07 22:00:52 -04:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-06-07 22:00:52 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
2000-02-12 03:41:07 -05:00
LIB_DEPENDS= gdbm.::databases/gdbm
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS= `$(CC) -dumpmachine`
SEPARATE_BUILD= simple
1998-06-07 22:00:52 -04:00
pre-configure:
@cp ${FILESDIR}/openbsdplay.c ${WRKSRC}/config/openbsdplay.c
1998-06-07 22:00:52 -04:00
.include <bsd.port.mk>