summaryrefslogtreecommitdiff
path: root/audio/shorten/Makefile
blob: e7269c485b2667c58494f924e7b39a8864ae5ebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:   shorten
# Version required:    2.3
# Date created:        17 Feb 1999
# Whom:                Stefan Zehl <sec@42.org>
#
# $Id$
#

DISTNAME=	shorten
PKGNAME=	shorten-2.3a
CATEGORIES=	audio archivers
MASTER_SITES=	ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/coding/

MAINTAINER=	sec@42.org

RESTRICTED=	"May not be sold. May not be distributed if modified."
WRKSRC=		${WRKDIR}/${PKGNAME}

MAN1=		shorten.1

post-install:
	strip ${PREFIX}/bin/shorten

.include <bsd.port.mk>