pkgsrc/audio/gsm/Makefile

28 lines
639 B
Makefile
Raw Normal View History

# New ports collection makefile for: gsm
# Version required: gsm-1.0.10
# Date created: 5 January 1995
# Whom: pst
#
1998-03-16 08:44:47 +01:00
# $NetBSD: Makefile,v 1.7 1998/03/16 07:44:47 mycroft Exp $
1997-10-29 00:46:46 +01:00
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp
#
DISTNAME= gsm-1.0.10
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
1997-10-29 00:46:46 +01:00
# FreeBSD maintainer
MAINTAINER= ports@FreeBSD.org
1997-10-29 00:46:46 +01:00
MAKE_FLAGS= PREFIX="${PREFIX}"
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
post-install:
1998-03-16 08:44:47 +01:00
@strip ${PREFIX}/bin/toast
${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>