openbsd-ports/audio/rsynth/Makefile

28 lines
685 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/06/10 17:39:22 espie Exp $
1998-06-07 22:00:52 -04:00
DISTNAME= rsynth-2.0
CATEGORIES= audio
NEED_VERSION= 1.301
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
2000-02-12 03:41:07 -05:00
LICENSE_TYPE= NONE
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>