1999-04-02 04:32:33 +00:00
|
|
|
# New ports collection makefile for: shorten
|
|
|
|
# Version required: 2.3
|
|
|
|
# Date created: 17 Feb 1999
|
|
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-04-02 04:32:33 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
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>
|