openbsd-ports/mbone/speak_freely/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

24 lines
661 B
Makefile

# $OpenBSD: Makefile,v 1.7 2000/02/11 01:10:07 espie Exp $
DISTNAME= speak_freely-7.1
CATEGORIES= mbone audio security
MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/prior-releases/7.1/
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= gsm.1.0:${PORTSDIR}/audio/gsm
MAKE_ENV= DUPLEX=-DHALF_DUPLEX
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arc" || \
${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "pmax" || ${MACHINE_ARCH} == "sparc")
MAKE_ENV+= CCFLAGS=-DM_LITTLE_ENDIAN
.endif
post-install:
@mkdir -p ${PREFIX}/lib/speak_freely
@$(INSTALL_DATA) ${WRKSRC}/busy.au ${WRKSRC}/ring.au \
${PREFIX}/lib/speak_freely
.include <bsd.port.mk>