1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/shorten/Makefile
Bill Fenner 74ab7412c2 Update to shorten 3.1
Reviewed by:	sec@42.org (MAINTAINER)
2000-11-02 22:41:03 +00:00

23 lines
397 B
Makefile

# New ports collection makefile for: shorten
# Date created: 17 Feb 1999
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= shorten
PORTVERSION= 3.1
CATEGORIES= audio archivers
MASTER_SITES= http://www.etree.org/software/
MAINTAINER= sec@42.org
RESTRICTED= "May not be sold."
MAN1= shorten.1
post-install:
strip ${PREFIX}/bin/shorten
.include <bsd.port.mk>