2000-02-16 05:52:08 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2000/02/16 10:52:08 espie Exp $
|
1998-06-07 22:00:52 -04:00
|
|
|
|
|
|
|
DISTNAME= rsynth-2.0
|
|
|
|
CATEGORIES= audio
|
1999-07-02 10:58:43 -04:00
|
|
|
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
|
2000-02-15 00:03:51 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= YES
|
|
|
|
PERMIT_PACKAGE_FTP= YES
|
|
|
|
PERMIT_DISTFILES_CDROM= YES
|
|
|
|
PERMIT_DISTFILES_FTP= YES
|
2000-02-12 03:41:07 -05:00
|
|
|
|
1998-10-06 20:13:51 -04:00
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
1998-06-07 22:00:52 -04:00
|
|
|
|
1999-07-02 10:58:43 -04:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-07 22:00:52 -04:00
|
|
|
|
|
|
|
pre-configure:
|
2000-02-16 05:52:08 -05: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-07 22:00:52 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|