1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/gsm/Makefile

23 lines
497 B
Makefile
Raw Normal View History

1995-04-11 19:46:58 +00:00
# New ports collection makefile for: gsm
1996-10-25 13:32:42 +00:00
# Version required: gsm-1.0.10
# Date created: 5 January 1995
# Whom: pst
#
1997-07-17 15:13:02 +00:00
# $Id: Makefile,v 1.9 1997/07/10 15:50:48 pst Exp $
#
1996-10-25 13:32:42 +00:00
DISTNAME= gsm-1.0.10
CATEGORIES= audio
1995-08-17 05:10:24 +00:00
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
1995-04-11 19:46:58 +00:00
1997-07-10 15:50:55 +00:00
MAINTAINER= ports@FreeBSD.org
1996-10-25 13:32:42 +00:00
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
1997-07-17 15:13:02 +00:00
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>