46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
28 lines
708 B
Makefile
28 lines
708 B
Makefile
# $OpenBSD: Makefile,v 1.16 2000/10/22 15:41:27 espie Exp $
|
|
|
|
DISTNAME= rsynth-2.0
|
|
CATEGORIES= audio
|
|
NEED_VERSION= 1.305
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
LICENSE_TYPE= NONE
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
FAKE_FLAGS= PREFIX=${WRKINST}${PREFIX}
|
|
|
|
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
|
|
|
|
pre-configure:
|
|
@cp ${FILESDIR}/openbsdplay.c ${WRKSRC}/config/openbsdplay.c
|
|
|
|
.include <bsd.port.mk>
|