2000-03-24 23:28:01 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2000/03/24 23:28:02 espie Exp $
|
1998-06-08 02:00:52 +00:00
|
|
|
|
|
|
|
DISTNAME= rsynth-2.0
|
|
|
|
CATEGORIES= audio
|
2000-03-24 23:28:01 +00:00
|
|
|
NEED_VERSION= 1.230
|
1999-07-02 14:58:43 +00:00
|
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
1998-06-08 02:00:52 +00:00
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
2000-02-12 08:41:07 +00:00
|
|
|
LICENSE_TYPE= NONE
|
2000-02-15 05:03:51 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 08:41:07 +00:00
|
|
|
|
2000-03-24 23:28:01 +00:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a::databases/gdbm
|
1998-06-08 02:00:52 +00:00
|
|
|
|
1999-07-02 14:58:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-08 02:00:52 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2000-02-16 10:52:08 +00:00
|
|
|
@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
|
1998-06-08 02:00:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|