freebsd-ports/audio/rsynth/Makefile
Satoshi Asami efc8bcb940 Gosh, the second bug in the same line was a good one:
BUILD_DEPENDS=  ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm

Some one's gotta explain me why this doesn't fail until you do "make
clean-depends". ;)

While I'm here, fix a mungled $Id$ line.
1996-11-15 06:11:41 +00:00

24 lines
635 B
Makefile

# New ports collection makefile for: rsynth
# Version required: 2.0
# Date created: 03 Jan 1995
# Whom: faulkner@mpd.tandem.com
#
# $Id$
#
DISTNAME= rsynth-2.0
CATEGORIES= audio
MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/
BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
EXEC_DEPENDS= auvoxware:${PORTSDIR}/audio/nas
GNU_CONFIGURE= YES
pre-configure:
@cp ${FILESDIR}/freebsdplay.c ${WRKSRC}/config/freebsdplay.c
@cp ${FILESDIR}/config.guess ${WRKSRC}/config.guess
@cp ${FILESDIR}/config.sub ${WRKSRC}/config.sub
@cp ${FILESDIR}/configure ${WRKSRC}/configure
.include <bsd.port.mk>