33 lines
874 B
Makefile
33 lines
874 B
Makefile
# $OpenBSD: Makefile,v 1.21 2005/03/08 07:57:51 alek Exp $
|
|
|
|
COMMENT= "voice communication over data networks"
|
|
|
|
DISTNAME= speak_freely-7.1
|
|
CATEGORIES= mbone audio security
|
|
|
|
MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/prior-releases/7.1/
|
|
|
|
PERMIT_PACKAGE_CDROM= "generally restrictive license"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "generally restrictive license"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= m curses ossaudio c termcap des
|
|
|
|
LIB_DEPENDS= gsm.1.0::audio/gsm
|
|
|
|
MAKE_ENV= DUPLEX=-DHALF_DUPLEX
|
|
|
|
.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \
|
|
${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "vax")
|
|
MAKE_ENV+= CCFLAGS=-DM_LITTLE_ENDIAN
|
|
.endif
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/lib/speak_freely
|
|
@${INSTALL_DATA} ${WRKSRC}/busy.au ${WRKSRC}/ring.au \
|
|
${PREFIX}/lib/speak_freely
|
|
|
|
.include <bsd.port.mk>
|