1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/sphinx/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

25 lines
420 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@jpj.net
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
# contains i386 sound code
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>