mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
578 B
Makefile
24 lines
578 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.12 1998/09/19 00:37:28 hoek Exp $
|
|
#
|
|
|
|
DISTNAME= gsm-1.0.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
|
|
MAN1= toast.1
|
|
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
|
|
MLINKS= toast.1 untoast.1 toast.1 tcat.1
|
|
|
|
post-install:
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|