blob: bffbe62496f7aa8f1abeb3ede58a2993c7598ea7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= cmusphinx
DISTNAME= sphinx2-0.2
MAINTAINER= trevor@FreeBSD.org
BROKEN= "seems broken for newpcm"
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
# contains i386 sound code
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>
|