26 lines
661 B
Makefile
26 lines
661 B
Makefile
# $OpenBSD: Makefile,v 1.8 2000/02/12 08:41:07 turan Exp $
|
|
|
|
DISTNAME= rsynth-2.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LICENSE_TYPE= NONE
|
|
PERMIT_PKG_CDROM= YES
|
|
PERMIT_PKG_FTP= YES
|
|
PERMIT_DISTF_CDROM= YES
|
|
PERMIT_DISTF_FTP= YES
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
@${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
|
|
|
|
.include <bsd.port.mk>
|