openbsd-ports/audio/rsynth/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

30 lines
719 B
Makefile

# $OpenBSD: Makefile,v 1.28 2012/03/29 13:38:13 sthen Exp $
COMMENT= speech synthesizer
DISTNAME= rsynth-2.0
REVISION= 1
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
PERMIT_PACKAGE_CDROM= no license
PERMIT_PACKAGE_FTP= no license
PERMIT_DISTFILES_CDROM= no license
PERMIT_DISTFILES_FTP= no license
WANTLIB= c gdbm m sndio
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
LIB_DEPENDS= databases/gdbm
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS= `$(CC) -dumpmachine`
SEPARATE_BUILD= Yes
pre-configure:
@cp ${FILESDIR}/openbsdplay.c ${WRKSRC}/config/openbsdplay.c
.include <bsd.port.mk>