freebsd-ports/audio/sphinx/Makefile
Will Andrews 9d547674c9 Sphinx has some i386-only sound code, adjust to account for this fact.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-06-08 14:58:04 +00:00

23 lines
386 B
Makefile

# New ports collection makefile for: sphinx
# Date created: 30 Mar 2000
# Whom: trevor@jpj.net
#
# $FreeBSD$
#
PORTNAME= sphinx
PORTVERSION= 2.0.2
CATEGORIES= audio
MASTER_SITES= http://download.sourceforge.net/cmusphinx/
DISTNAME= sphinx2-0.2
MAINTAINER= trevor@jpj.net
USE_LIBTOOL= yes
USE_GMAKE= yes
# contains i386 sound code
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>