mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
74ab7412c2
Reviewed by: sec@42.org (MAINTAINER)
23 lines
397 B
Makefile
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>
|