mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
88168b3693
Make shared library too (changes needed for upcoming speak_freely port)
19 lines
383 B
Makefile
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>
|