mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
23 lines
501 B
Makefile
23 lines
501 B
Makefile
# New ports collection makefile for: gsm
|
|
# Version required: gsm-1.0.10
|
|
# Date created: 5 January 1995
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/15 23:13:44 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= gsm-1.0.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
|
|
|
MAINTAINER= pst@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
|
MAN1= toast.1
|
|
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|