mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
14111407e3
Approved by: will
25 lines
424 B
Makefile
25 lines
424 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cmusphinx
|
|
DISTNAME= sphinx2-0.2
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_GMAKE= yes
|
|
|
|
# contains i386 sound code
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
.include <bsd.port.mk>
|