1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/gsm/Makefile
Andrey A. Chernov 88168b3693 Don't define USE_FLOAT_MUL, cause SIGFPE in FreeBSD
Make shared library too
(changes needed for upcoming speak_freely port)
1996-04-18 16:32:25 +00:00

19 lines
383 B
Makefile

# New ports collection makefile for: gsm
# Version required: gsm-1.0.7
# Date created: 5 January 1995
# Whom: pst
#
# $Id: Makefile,v 1.4 1995/08/17 05:10:20 pst Exp $
#
DISTNAME= gsm-1.0.7
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
WRKSRC= ${WRKDIR}/gsm-1.0-pl7
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>